From 24c5b417fcc18247c019a9682fb3e7cc20877e6d Mon Sep 17 00:00:00 2001 From: Ted Kulp Date: Mon, 13 Jan 2014 07:05:08 -0500 Subject: [PATCH] Added command to break pane in tmux --- link/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/link/.tmux.conf b/link/.tmux.conf index 77de51b..5ad6336 100644 --- a/link/.tmux.conf +++ b/link/.tmux.conf @@ -65,6 +65,7 @@ set -g visual-activity on # pane movement bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'" bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'" +bind-key C-b break-pane -t : # Setup 'v' to begin selection as in Vim bind-key -t vi-copy v begin-selection