diff options
-rw-r--r-- | home/.config/tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.config/tmux/tmux.conf b/home/.config/tmux/tmux.conf index b3e3727..c100ac9 100644 --- a/home/.config/tmux/tmux.conf +++ b/home/.config/tmux/tmux.conf @@ -58,6 +58,7 @@ set -g set-titles-string "#T" set -g automatic-rename-format "#{?pane_in_mode,[tmux],#{?#{==:#{pane_current_command},zsh}, #{b:pane_current_path}, #{b:pane_current_path}:#{pane_current_command}}}#{?pane_dead,[dead],}" +set-option -g renumber-windows on #https://github.com/neovim/neovim/wiki/FAQ#esc-in-tmux-or-gnu-screen-is-delayed set -sg escape-time 0 |