Added command to break pane in tmux

This commit is contained in:
2014-01-13 07:05:08 -05:00
parent 3722d6070f
commit 24c5b417fc

View File

@@ -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