Add Tmux C-s b break-pane

This commit is contained in:
2021-05-17 12:21:37 -07:00
parent 54c4e65975
commit d9a25a0dd0

View File

@@ -43,6 +43,9 @@ bind \\ split-window -h -c '#{pane_current_path}'
# New window at current path # New window at current path
bind c new-window -c '#{pane_current_path}' bind c new-window -c '#{pane_current_path}'
# Break pane into new window
bind b break-pane -d
# Status bar themeing # Status bar themeing
set-option -g status-bg '#666666' set-option -g status-bg '#666666'
set-option -g status-fg '#aaaaaa' set-option -g status-fg '#aaaaaa'