From bd9efcb12e54eff6ba727753df4f245fe9639180 Mon Sep 17 00:00:00 2001 From: jond Date: Sun, 29 Jul 2018 22:08:02 -0500 Subject: [PATCH] Added keybind for @ (next to !) to join-pane --- tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 7e4efb7..17b4907 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -24,6 +24,9 @@ bind j select-pane -D bind k select-pane -U bind l select-pane -R +#join window +bind-key @ command-prompt -p "create pane from:" "join-pane -s ':%%'" + # change base from 0 to 1 for reachability set -g base-index 1