(tmux) changed bindings for layout selection

This commit is contained in:
scbj
2026-03-06 10:14:39 +01:00
parent 35588a8cbd
commit 735217b5b5

View File

@@ -50,9 +50,9 @@ bind-key b break-pane
unbind t unbind t
bind-key t command-prompt -p "move pane to window:" "join-pane -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-1 select-layout even-horizontal
bind-key -n M-F2 select-layout main-vertical bind-key -n M-2 select-layout even-vertical
bind-key -n M-F3 select-layout tiled bind-key -n M-3 select-layout tiled
unbind x unbind x
bind-key x kill-pane -t +0 bind-key x kill-pane -t +0