tmux: edit window indexes

This commit is contained in:
Sean Buckley 2023-08-31 01:11:34 -04:00
parent 84662c548d
commit 57129e8094

View file

@ -114,6 +114,9 @@ in
terminal = "screen-256color";
extraConfig = ''
bind-key j command-prompt -p "Join pane:" "join-pane -s '%%'"
set -g base-index 1
set -g pane-base-index 1
set -g renumber-windows on
'';
};