ref(tmux): mappings

This commit is contained in:
thek4n 2024-05-16 13:13:16 +03:00
parent a8f8e8bad1
commit 986303d858

View File

@ -88,7 +88,7 @@ bind O setw synchronize-panes off
# Detach # 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"' \ 'confirm-before -p "Detach other clients? (y/n)" "detach -a"' \
'display "Session has only 1 client attached"' 'display "Session has only 1 client attached"'