meta+space resets layout, meta+l cycle through layouts, meta+q is last window
This commit is contained in:
parent
309af4f0fe
commit
25695f67a3
1 changed files with 5 additions and 6 deletions
|
@ -31,7 +31,8 @@ bind-key R refresh-client
|
|||
bind-key : command-prompt
|
||||
bind-key c new-window
|
||||
bind-key w list-window
|
||||
bind-key Space next-layout
|
||||
bind-key l next-layout
|
||||
bind-key Space set-window-option main-pane-height 60 \; select-layout even-vertical \; display-message "layout reset to even vertical"
|
||||
bind-key d detach
|
||||
bind-key t clock-mode
|
||||
bind-key n command-prompt 'rename-window %%'
|
||||
|
@ -39,12 +40,10 @@ bind-key x confirm-before -p "kill-pane #W? (y/n)" kill-pane
|
|||
bind-key X confirm-before -p "kill-window #W? (y/n)" kill-window
|
||||
bind-key N command-prompt 'rename-session %%'
|
||||
bind-key f command-prompt "find-window '%%'"
|
||||
bind-key S set-window-option synchronize-panes on \;\
|
||||
display-message "Sync panes ON"
|
||||
bind-key s set-window-option synchronize-panes off \;\
|
||||
display-message "Sync panes OFF"
|
||||
bind-key S set-window-option synchronize-panes on \; display-message "Sync panes ON"
|
||||
bind-key s set-window-option synchronize-panes off \; display-message "Sync panes OFF"
|
||||
bind-key i display-message
|
||||
bind-key l last-window
|
||||
bind-key q last-window
|
||||
bind-key w choose-window
|
||||
bind-key Escape copy-mode -u
|
||||
bind-key Up copy-mode -u
|
||||
|
|
Loading…
Reference in a new issue