mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
Added command to break pane in tmux
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user