From 6cdf9dcceda604ee7c4a5766720537739fae9e72 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 27 Jan 2018 13:36:31 +0000 Subject: [PATCH] Add comment about installing reattach-to-user-namespace to tmux.conf --- tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index eff2b84..0b8df31 100644 --- a/tmux.conf +++ b/tmux.conf @@ -26,7 +26,8 @@ if-shell -b '[ "$(echo "$(tmux -V | cut -c 6-) >= 2.1" | bc)" = 1 ]' \ bind -n WheelDownPane select-pane -t= \\; send-keys -M; \ " -# Mac OS X fix for pbcopy, pbpaste, and launchctl +# Mac OS X fix for pbcopy, pbpaste, and launchctl. Requires: +# brew install reattach-to-user-namespace if-shell -b '[ -n "$(command -v reattach-to-user-namespace)" ]' \ " \ set-option -g default-command 'reattach-to-user-namespace -l $SHELL'; \