summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-03-06 09:24:41 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-03-06 09:24:41 +0000
commitfa27cbd03510ddefe71a194ca7b4297c94384d71 (patch)
tree3932ccd6a139fbc886a1af9eabd05458ae26e4bf
parent2fa16eee538ba13148c75c6852876d5ab024ba00 (diff)
Expand on OS X faffing, based on a diff from Kurtis Rader.
-rw-r--r--FAQ12
1 files changed, 10 insertions, 2 deletions
diff --git a/FAQ b/FAQ
index 21e6167d..4a45c140 100644
--- a/FAQ
+++ b/FAQ
@@ -434,10 +434,18 @@ Or for inside and outside copy mode with the prefix key:
bind C-y run -b "tmux save-buffer - | xclip -i"
-On OS X, reattach-to-usernamespace lets pbcopy/pbpaste work:
+On OS X, look at the pbcopy(1) and pbpaste(1) commands.
+
+* Why don't some commands work inside tmux on OS X?
+
+Apple requires some undocumented, unsupported fiddling to allow commands that
+interact with the GUI to work. Neither tmux itself nor most shells do this, so
+an external program is required. This can be found here:
https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
-
+
+Affected commands may include say(1), pbcopy(1), pbpaste(1) and ssh(1).
+
* Why do I see dots around a session when I attach to it?
tmux limits the size of the window to the smallest attached session. If