diff --git a/tmux/tmux.conf b/tmux/tmux.conf index e6342e7..247353b 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -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