Add Tmux C-s b break-pane
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user