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