aboutsummaryrefslogtreecommitdiffhomepage
path: root/home-manager/config/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config/tmux/tmux.conf')
-rw-r--r--home-manager/config/tmux/tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/home-manager/config/tmux/tmux.conf b/home-manager/config/tmux/tmux.conf
index 30b2be0..031ff81 100644
--- a/home-manager/config/tmux/tmux.conf
+++ b/home-manager/config/tmux/tmux.conf
@@ -51,6 +51,7 @@ bind-key -T tw h split-window -h -b
bind-key -T tw j split-window -v
bind-key -T tw k split-window -v -b
bind-key -T tw l split-window -h
+bind-key T break-pane
bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U