Add comment about installing reattach-to-user-namespace to tmux.conf

This commit is contained in:
2018-01-27 13:36:31 +00:00
parent 6ac8b4fea6
commit 6cdf9dcced

View File

@@ -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'; \