From d9a25a0dd008ab98e7e8c6fef1c0f1d4869cb7f1 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Mon, 17 May 2021 12:21:37 -0700 Subject: [PATCH] Add Tmux C-s b break-pane --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) 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'