commit 6a7b289f94db083c5d8500d779c02d3bd3c039a3
parent a8b9401b3db44928b33697db3c85ca300040009d
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 11 Feb 2020 11:58:06 +0100
Add binding to break pane into new window
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.tmux.conf b/.tmux.conf
@@ -88,6 +88,8 @@ bind c send-keys "tmux split-window -h -c \"$(pwd)\"" C-m
bind v send-keys "tmux split-window -v -c \"$(pwd)\"" C-m
bind C send-keys "tmux new-window -c \"$(pwd)\"" C-m
+bind W break-pane
+
bind -r z resize-pane -Z # toggle pane zoom with <C-a>z
bind -r y next-layout # cycle to next pane layout with <C-a>y
bind -r Y previous-layout # cycle to previous pane layout with <C-a>Y