From 6d5e4397fdae7c7d4b0997e1c7e1d66335bd0fae Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 9 Aug 2024 21:26:11 +0200 Subject: tmux: Make neovim happy --- .config/tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/tmux') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 11fe559..2fe2cc2 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -33,4 +33,8 @@ set -g mouse on bind -n C-w previous-window bind -n C-e next-window +# Make neovim happy +set -sg escape-time 10 +set -g focus-events on + bind C-w send -l '' -- cgit v1.2.3