Add "kill" keybinds to tmux

This commit is contained in:
Yash Karandikar 2022-06-24 23:06:20 +05:30
parent dcfa307bc7
commit 4cfe18fcec

View file

@ -10,6 +10,8 @@ set-option -g prefix C-a
# tab management (consistent with vim config)
bind z previous-window
bind x next-window
bind q killw
bind Q confirm-before -p "kill session? (y/n)" kill-session
# initialize plugin manager (this line should always be at the very bottom)
run '~/.tmux/plugins/tpm/tpm'