1
0
Fork 0
mirror of synced 2024-06-01 14:41:09 -04:00

added PREFIX z binding for kill-session command

This commit is contained in:
Kirill Lappo 2019-12-18 16:26:54 +03:00
parent f4fc2730cf
commit f573dc387b

View file

@ -58,6 +58,9 @@ set -g visual-activity off
# create session
bind C-c new-session
# kill current session
bind z kill-session
# find session
bind C-f command-prompt -p find-session 'switch-client -t %%'