From 284b95189d59f01c3407daf1e929d2b5946991b4 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Tue, 1 Aug 2023 09:13:34 -0400 Subject: [PATCH] add binds to kill tmux panes --- .config/tmux/.tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/tmux/.tmux.conf b/.config/tmux/.tmux.conf index 15717a7..f4b05fc 100644 --- a/.config/tmux/.tmux.conf +++ b/.config/tmux/.tmux.conf @@ -48,3 +48,7 @@ set -g window-active-style bg=default bind | split-window -h bind - split-window -v bind _ split-window -v + +bind p kill-pane +bind P kill-window +bind Q kill-session