add q shortcut to kill session

This commit is contained in:
Josh Thomas 2025-06-29 12:14:50 -05:00
parent 0109d1b129
commit e6ff853ede

View file

@ -39,6 +39,9 @@ bind-key r source-file ~/.tmux.conf
# Create new window.
bind-key c new-window -c "#{pane_current_path}"
# Kill session
bind-key q kill-session
# Move windows
bind-key C-Left swap-window -t -1 -d
bind-key C-h swap-window -t -1 -d