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:
Nick Nisi
2013-06-10 21:40:06 -05:00
parent 8f2ac80034
commit fb33458458

View File

@@ -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