mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add comment about installing reattach-to-user-namespace to tmux.conf
This commit is contained in:
@@ -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; \
|
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)" ]' \
|
if-shell -b '[ -n "$(command -v reattach-to-user-namespace)" ]' \
|
||||||
" \
|
" \
|
||||||
set-option -g default-command 'reattach-to-user-namespace -l $SHELL'; \
|
set-option -g default-command 'reattach-to-user-namespace -l $SHELL'; \
|
||||||
|
|||||||
Reference in New Issue
Block a user