Added mouse scrolling
This commit is contained in:
parent
193c1ebc9a
commit
ed7956fe0b
|
@ -9,8 +9,10 @@ bind-key C-a send-prefix
|
|||
# don't rename windows automatically
|
||||
set-option -g allow-rename off
|
||||
|
||||
# smart pane switching with awareness of vim splits
|
||||
# add mouse scrolling
|
||||
set -g mouse on
|
||||
|
||||
# smart pane switching with awareness of vim splits
|
||||
bind h select-pane -L
|
||||
bind j select-pane -D
|
||||
bind k select-pane -U
|
||||
|
|
Loading…
Reference in New Issue