From 93770849ceab5550c30a07a68959bfee11fc7f9f Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 30 Jan 2023 18:36:26 +0100 Subject: [PATCH] tmux: add bindings to join-pane above and left --- config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 67b516e..ebaba0d 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -31,7 +31,9 @@ bind -r C-l resize-pane -R 5 # Arrangement of panes bind b break-pane \; select-pane -m \; last-window +bind H join-pane -h -b bind J join-pane -v +bind K join-pane -v -b bind L join-pane -h # Choosing layouts