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