mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 15:49:40 +01:00
Change a keybinding in tmux
This commit is contained in:
parent
bb23229f68
commit
c4ecbc90d8
@ -50,9 +50,10 @@ bind-key | split-window -fh
|
|||||||
# bind-key "'" choose-window
|
# bind-key "'" choose-window
|
||||||
# bind-key '"' choose-session
|
# bind-key '"' choose-session
|
||||||
# kill current pane/window
|
# kill current pane/window
|
||||||
bind-key q confirm-before kill-pane
|
# bind-key -n q confirm-before kill-pane
|
||||||
bind-key Q confirm-before kill-window
|
# bind-key Q confirm-before kill-window
|
||||||
bind-key C-q confirm-before kill-pane
|
bind-key -n C-q confirm-before kill-pane
|
||||||
|
bind-key -n C-S-q confirm-before kill-window
|
||||||
|
|
||||||
# no prefix, just c-x
|
# no prefix, just c-x
|
||||||
bind -n C-x setw synchronize-panes
|
bind -n C-x setw synchronize-panes
|
||||||
|
Loading…
Reference in New Issue
Block a user