diff options
Diffstat (limited to '.config')
-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 '' |