From 986303d858dfc85a40530d908550258b32d49eb6 Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 16 May 2024 13:13:16 +0300 Subject: [PATCH] ref(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 ec36461..103fba1 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -88,7 +88,7 @@ bind O setw synchronize-panes off # Detach -bind D if -F '#{session_many_attached}' \ +bind C-d if -F '#{session_many_attached}' \ 'confirm-before -p "Detach other clients? (y/n)" "detach -a"' \ 'display "Session has only 1 client attached"'