update tmux settings for tmux 2.1
update mouse options for new settings in tmux 2.1
bbdc08780c/CHANGES
This commit is contained in:
@@ -80,10 +80,7 @@ bind -r L resize-pane -R 10
|
|||||||
# enable mouse support for switching panes/windows
|
# enable mouse support for switching panes/windows
|
||||||
# NOTE: This breaks selecting/copying text on OSX
|
# NOTE: This breaks selecting/copying text on OSX
|
||||||
# To select text as expected, hold Option to disable it (iTerm2)
|
# To select text as expected, hold Option to disable it (iTerm2)
|
||||||
setw -g mode-mouse on
|
setw -g mouse on
|
||||||
set -g mouse-select-pane on
|
|
||||||
set -g mouse-resize-pane on
|
|
||||||
set -g mouse-select-window on
|
|
||||||
|
|
||||||
# maximizing and restoring windows
|
# maximizing and restoring windows
|
||||||
unbind Up
|
unbind Up
|
||||||
|
|||||||
Reference in New Issue
Block a user