From 21c60794bb1ad83c517a5a25b03c7f27fd988804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Mon, 24 Jun 2013 03:29:28 +0200 Subject: [PATCH] added tmux send-pane --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 59f9927..9579ea8 100644 --- a/tmux.conf +++ b/tmux.conf @@ -52,6 +52,7 @@ 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 ':%%'" +bind-key v command-prompt -p "send pane to:" "join-pane -t ':%%'" # window title set-option -g set-titles on