add reattach-to-user-namespace for Mac OS

This commit is contained in:
2016-04-23 17:25:09 +02:00
parent a75c1f1122
commit 584432b0b1

View File

@@ -134,4 +134,10 @@ bind m command-prompt -p "man page:" "split-window -h 'exec man %%'"
bind M command-prompt -p "Man page:" "new-window -n 'man %1' 'exec man %1'"
# Double tapping the prefix jumps to last window
bind-key C-b last-window
bind-key C-b last-window
##########################################
### special settings for MacOS
##########################################
# url: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
set-option -g default-command "reattach-to-user-namespace -l bash"