Added mouse scrolling

This commit is contained in:
rolandtjr 2021-03-10 01:09:49 -05:00 committed by GitHub
parent 193c1ebc9a
commit ed7956fe0b
1 changed files with 3 additions and 1 deletions

View File

@ -9,8 +9,10 @@ bind-key C-a send-prefix
# don't rename windows automatically # don't rename windows automatically
set-option -g allow-rename off 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 h select-pane -L
bind j select-pane -D bind j select-pane -D
bind k select-pane -U bind k select-pane -U