fixed new/rename window prompts
This commit is contained in:
parent
5f047728d3
commit
926f56f940
1 changed files with 2 additions and 3 deletions
|
@ -12,12 +12,11 @@ bind w select-pane -U
|
||||||
bind r select-pane -D
|
bind r select-pane -D
|
||||||
|
|
||||||
#window management
|
#window management
|
||||||
bind Q new-window -n '%%'
|
bind Q command-prompt -I "" "new-window -n '%%'"
|
||||||
bind A next-window
|
bind A next-window
|
||||||
bind S previous-window
|
bind S previous-window
|
||||||
bind W last-window
|
bind W last-window
|
||||||
bind R rename-window -n '%%'
|
bind R command-prompt -I "#W" "rename-window -n '%%'"
|
||||||
bind F find-window -n '%%'
|
|
||||||
|
|
||||||
#promote/demote pane
|
#promote/demote pane
|
||||||
bind z resize-pane -Z
|
bind z resize-pane -Z
|
||||||
|
|
Loading…
Add table
Reference in a new issue