(tmux) changed bindings for layout selection
This commit is contained in:
@@ -50,9 +50,9 @@ bind-key b break-pane
|
||||
unbind t
|
||||
bind-key t command-prompt -p "move pane to window:" "join-pane -t '%%'"
|
||||
|
||||
bind-key -n M-F1 select-layout even-horizontal
|
||||
bind-key -n M-F2 select-layout main-vertical
|
||||
bind-key -n M-F3 select-layout tiled
|
||||
bind-key -n M-1 select-layout even-horizontal
|
||||
bind-key -n M-2 select-layout even-vertical
|
||||
bind-key -n M-3 select-layout tiled
|
||||
|
||||
unbind x
|
||||
bind-key x kill-pane -t +0
|
||||
|
||||
Reference in New Issue
Block a user