mirror of
https://github.com/prurigro/darkcloud-tmuxconfig.git
synced 2024-11-23 07:34:10 -05:00
Update mouse settings to reflect tmux 2.1
This commit is contained in:
parent
4320721ecc
commit
4514e2a996
2 changed files with 2 additions and 8 deletions
|
@ -41,11 +41,8 @@ set-window-option -g xterm-keys on #generate xterm-style function key sequences
|
||||||
set-window-option -g mode-keys vi #use vi-style keys in copy and choice modes
|
set-window-option -g mode-keys vi #use vi-style keys in copy and choice modes
|
||||||
#
|
#
|
||||||
# mouse
|
# mouse
|
||||||
set-option -g mode-mouse on
|
set-option -g mouse on
|
||||||
set-option -g mouse-utf8 on
|
set-option -g mouse-utf8 on
|
||||||
set-option -g mouse-resize-pane on
|
|
||||||
set-option -g mouse-select-pane on
|
|
||||||
set-option -g mouse-select-window on
|
|
||||||
|
|
||||||
# KEY BINDINGS
|
# KEY BINDINGS
|
||||||
#
|
#
|
||||||
|
|
|
@ -41,11 +41,8 @@ set-window-option -g xterm-keys on #generate xterm-style function key sequences
|
||||||
set-window-option -g mode-keys vi #use vi-style keys in copy and choice modes
|
set-window-option -g mode-keys vi #use vi-style keys in copy and choice modes
|
||||||
#
|
#
|
||||||
# mouse
|
# mouse
|
||||||
set-option -g mode-mouse on
|
set-option -g mouse on
|
||||||
set-option -g mouse-utf8 on
|
set-option -g mouse-utf8 on
|
||||||
set-option -g mouse-resize-pane on
|
|
||||||
set-option -g mouse-select-pane on
|
|
||||||
set-option -g mouse-select-window on
|
|
||||||
|
|
||||||
# KEY BINDINGS
|
# KEY BINDINGS
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue