diff options
author | Arnold Sommerfeld <sommerfeld@strisemarx.com> | 2023-11-17 09:03:59 +0000 |
---|---|---|
committer | Arnold Sommerfeld <sommerfeld@strisemarx.com> | 2023-11-17 09:03:59 +0000 |
commit | a5019dc6aedc5430b98706d3ab7ff3030dc0ada2 (patch) | |
tree | c2b9df4c29b2f02b5b7c7e7357622f85f056ef36 /home | |
parent | 697ae68ae20d0aeef46991897b26d03dc1de5c6c (diff) | |
download | dotfiles-a5019dc6aedc5430b98706d3ab7ff3030dc0ada2.tar.gz dotfiles-a5019dc6aedc5430b98706d3ab7ff3030dc0ada2.tar.bz2 dotfiles-a5019dc6aedc5430b98706d3ab7ff3030dc0ada2.zip |
[tmux] Autorenumber windows
Diffstat (limited to 'home')
-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 |