mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-07-15 23:39:40 +03:00
Change a keybinding in tmux
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user