tmux: add mouse scroll

This commit is contained in:
thomasabishop 2024-03-01 16:34:15 +00:00
parent a1d5a3c1e0
commit 97dae0b365

View file

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