This commit is contained in:
2016-05-06 14:57:15 +02:00

View File

@@ -28,10 +28,10 @@ set-option -g visual-silence off
set-option -g bell-action none set-option -g bell-action none
# mouse # mouse
set-window-option -g mouse-mode on set -g mode-mouse on
set-option -g mouse-select-window on set -g mouse-select-pane on
set-option -g mouse-select-pane on set -g mouse-resize-pane
set-option -g mouse-resize-pane on set -g mouse-select-window on
########################################## ##########################################
@@ -140,4 +140,4 @@ bind-key C-b last-window
### special settings for MacOS ### special settings for MacOS
########################################## ##########################################
# url: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard # 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 bash"