diff --git a/tmux.conf b/tmux.conf index f30b5ba..74dce8d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -43,6 +43,9 @@ bind \\ split-window -h -c '#{pane_current_path}' # New window at current path bind c new-window -c '#{pane_current_path}' +# Break pane into new window +bind b break-pane -d + # Status bar themeing set-option -g status-bg '#666666' set-option -g status-fg '#aaaaaa'