tmux: add mouse scroll
This commit is contained in:
parent
a1d5a3c1e0
commit
97dae0b365
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ bind-key -r C-Down resize-pane -D 5
|
|||
bind-key -r C-Left resize-pane -L 5
|
||||
bind-key -r C-Right resize-pane -R 5
|
||||
|
||||
set -g mouse on
|
||||
# remove delay for exiting insert mode with ESC in Neovim
|
||||
set -sg escape-time 10
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue