From b4a1ffe8fc1d8ec77f9a3f23df2de00a18e74bfd Mon Sep 17 00:00:00 2001 From: Daniel Naegele Date: Mon, 24 Jun 2013 03:25:16 +0200 Subject: [PATCH] added window to pane conversion to tmux.conf --- tmux.conf | 1 + 1 file changed, 1 insertion(+) 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