tmux: Allow selecting window 0
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
a3777e9d45
commit
af5e1aa0ab
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ bind M command-prompt -p "Merge pane from:" "join-pane -s '%%'"
|
|||
bind e setw synchronize-panes on \; display "Synchronize panes ON (E: off)"
|
||||
bind E setw synchronize-panes off \; display "Synchronize panes OFF (e: on)"
|
||||
|
||||
bind -n M-0 select-window -t 0
|
||||
bind -n M-1 select-window -t 1
|
||||
bind -n M-2 select-window -t 2
|
||||
bind -n M-3 select-window -t 3
|
||||
|
|
Loading…
Reference in a new issue