mirror of
1
0
Fork 0

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
1 changed files with 3 additions and 0 deletions

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 %%'