diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-09 21:26:11 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-09 21:26:11 +0200 |
commit | 6d5e4397fdae7c7d4b0997e1c7e1d66335bd0fae (patch) | |
tree | ecdd4c54ceed01fb553060d228ea7d2ee394ee2f /.config/tmux | |
parent | 2faa82cbfbe2734bcfac64b15202b783e0179351 (diff) |
tmux: Make neovim happy
Diffstat (limited to '.config/tmux')
-rw-r--r-- | .config/tmux/tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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 '' |