aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLibravatar Arnold Sommerfeld <sommerfeld@strisemarx.com>2023-11-17 09:03:59 +0000
committerLibravatar Arnold Sommerfeld <sommerfeld@strisemarx.com>2023-11-17 09:03:59 +0000
commita5019dc6aedc5430b98706d3ab7ff3030dc0ada2 (patch)
treec2b9df4c29b2f02b5b7c7e7357622f85f056ef36
parent697ae68ae20d0aeef46991897b26d03dc1de5c6c (diff)
downloaddotfiles-a5019dc6aedc5430b98706d3ab7ff3030dc0ada2.tar.gz
dotfiles-a5019dc6aedc5430b98706d3ab7ff3030dc0ada2.tar.bz2
dotfiles-a5019dc6aedc5430b98706d3ab7ff3030dc0ada2.zip
[tmux] Autorenumber windows
-rw-r--r--home/.config/tmux/tmux.conf1
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