This commit is contained in:
2016-07-10 13:05:57 +02:00
parent f5e18bf667
commit 6f9330481a
2 changed files with 7 additions and 6 deletions

5
.tmux-osx.conf Normal file
View File

@@ -0,0 +1,5 @@
##########################################
### special settings for MacOS
##########################################
# url: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
set-option -g default-command 'reattach-to-user-namespace-tmux -l "$SHELL"'

View File

@@ -136,9 +136,5 @@ 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
##########################################
### special settings for MacOS
##########################################
# url: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
#set-option -g default-command "reattach-to-user-namespace -l bash"
#set-option -g default-command "reattach-to-user-namespace -l zsh"
# special settings for MacOS
if-shell 'test "$(uname)" = "Darwin"' 'source ~/.tmux-osx.conf'