From 97dae0b365a858995da4eb8148646df4ff62e398 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Fri, 1 Mar 2024 16:34:15 +0000 Subject: [PATCH] tmux: add mouse scroll --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) 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