From 5c470358470956a28954f5dcf8ad65603c33ece3 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Sun, 27 Nov 2022 19:58:44 +0100 Subject: [PATCH] [tmux] update keybinds --- files/tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/tmux/.tmux.conf b/files/tmux/.tmux.conf index f44ea85..1ffa1b5 100644 --- a/files/tmux/.tmux.conf +++ b/files/tmux/.tmux.conf @@ -42,8 +42,8 @@ bind-key -n 'M-L' swap-pane -U # move panes to and from windows bind-key -n 'M-t' command-prompt -p "Send pane to:" "join-pane -t :'%%'" -bind-key -n 'M-#' select-layout even-horizontal -bind-key -n 'M-$' select-layout even-vertical +bind-key -n 'M-!' select-layout even-horizontal +bind-key -n 'M-@' select-layout even-vertical # resize panes bind-key -n 'M-Left' resize-pane -L