From c4ecbc90d85d34c69c4ba5ad94b64192702da8b0 Mon Sep 17 00:00:00 2001 From: Asocia Date: Sat, 17 Jul 2021 16:41:57 +0300 Subject: [PATCH] Change a keybinding in tmux --- .tmux.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index fe226a5..7b819be 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -50,9 +50,10 @@ bind-key | split-window -fh # bind-key "'" choose-window # bind-key '"' choose-session # kill current pane/window -bind-key q confirm-before kill-pane -bind-key Q confirm-before kill-window -bind-key C-q confirm-before kill-pane +# bind-key -n q confirm-before kill-pane +# bind-key Q confirm-before kill-window +bind-key -n C-q confirm-before kill-pane +bind-key -n C-S-q confirm-before kill-window # no prefix, just c-x bind -n C-x setw synchronize-panes