Enabled Mouse Support in tmux
This was turned off to aid in learning the command line. I feel it's safe for me to turn it back on again. Note that this breaks selecting/copying text with the mouse. To do this, hold <option> to disable it (iTerm2)
This commit is contained in:
@@ -74,7 +74,9 @@ bind -r J resize-pane -D 10
|
||||
bind -r K resize-pane -U 10
|
||||
bind -r L resize-pane -R 10
|
||||
|
||||
# set mouse mode
|
||||
# enable mouse support for switching panes/windows
|
||||
# NOTE: This breaks selecting/copying text on OSX
|
||||
# To select text as expected, hold Option to disable it (iTerm2)
|
||||
setw -g mode-mouse on
|
||||
set -g mouse-select-pane on
|
||||
set -g mouse-resize-pane on
|
||||
|
||||
Reference in New Issue
Block a user