mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
tmux: edit window indexes
This commit is contained in:
parent
84662c548d
commit
57129e8094
1 changed files with 3 additions and 0 deletions
|
@ -114,6 +114,9 @@ in
|
||||||
terminal = "screen-256color";
|
terminal = "screen-256color";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
bind-key j command-prompt -p "Join pane:" "join-pane -s '%%'"
|
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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue