tmux mappings
This commit is contained in:
parent
2312e66f1f
commit
b07cf3869e
@ -67,7 +67,7 @@ bind X confirm-before -p "kill last session [#{client_last_session}]? (y/n)" "ki
|
||||
bind C-x confirm-before -p "kill other sessions? (y/n)" "kill-session -a"
|
||||
|
||||
bind q confirm-before -p "kill current pane? (y/n)" "kill-pane"
|
||||
bind Q kill-window
|
||||
bind Q confirm-before -p "kill current window? (y/n)" "kill-window"
|
||||
bind C-q confirm-before -p "kill other windows? (y/n)" "kill-window -a"
|
||||
|
||||
bind d detach
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user