Change a keybinding in tmux

This commit is contained in:
Asocia 2021-07-17 16:41:57 +03:00
parent bb23229f68
commit c4ecbc90d8

View File

@ -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