From b07cf3869e4178bb3233dd7604744c777dfdd826 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 16 Jul 2025 00:01:40 +0300 Subject: [PATCH] tmux mappings --- home/user/.config/tmux/mappings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index 5145e66..46fff08 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -67,7 +67,7 @@ bind X confirm-before -p "kill last session [#{client_last_session}]? (y/n)" "ki bind C-x confirm-before -p "kill other sessions? (y/n)" "kill-session -a" bind q confirm-before -p "kill current pane? (y/n)" "kill-pane" -bind Q kill-window +bind Q confirm-before -p "kill current window? (y/n)" "kill-window" bind C-q confirm-before -p "kill other windows? (y/n)" "kill-window -a" bind d detach