diff --git a/tmux.conf b/tmux.conf index 0aa2fab..59f9927 100644 --- a/tmux.conf +++ b/tmux.conf @@ -51,6 +51,7 @@ bind -r j resize-pane -D 2 bind -r k resize-pane -U 2 bind -r h resize-pane -L 2 bind -r l resize-pane -R 2 +bind-key b command-prompt -p "create pane from:" "join-pane -s ':%%'" # window title set-option -g set-titles on