diff --git a/tmux/.config/tmux/keymaps.conf b/tmux/.config/tmux/keymaps.conf index c19274e..2cc43ef 100644 --- a/tmux/.config/tmux/keymaps.conf +++ b/tmux/.config/tmux/keymaps.conf @@ -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