fix for #1
This commit is contained in:
5
.tmux-osx.conf
Normal file
5
.tmux-osx.conf
Normal 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"'
|
||||||
@@ -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
|
# Double tapping the prefix jumps to last window
|
||||||
bind-key C-b last-window
|
bind-key C-b last-window
|
||||||
|
|
||||||
##########################################
|
# special settings for MacOS
|
||||||
### special settings for MacOS
|
if-shell 'test "$(uname)" = "Darwin"' 'source ~/.tmux-osx.conf'
|
||||||
##########################################
|
|
||||||
# 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"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user