commit 4e6bc27444ef6a623184afef3b3edae12db44592 parent 105c20565c8d7c7a5a0268805cd4c3a058b6e08e Author: Chris Bracken <chris@bracken.jp> Date: Mon, 13 May 2024 21:38:00 -0700 tmux: set options recommended for nvim These options were suggested by the :checkhealth command. Diffstat:
M | .config/tmux/tmux.conf | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf @@ -1,5 +1,14 @@ # .tmux.conf +# reduce escape time from 500 to 10ms for better behaviour in vim. +set-option -sg escape-time 10 + +# 256 colour terminal. +set-option -sa terminal-features ',xterm-256color:RGB' + +# Enable focus events if supported by the terminal. +set-option -g focus-events on + # keybindings set-window-option -g mode-keys vi set-option -g status-keys vi