mirror of
https://github.com/joshuadavidthomas/dotfiles.git
synced 2025-12-23 05:36:53 +00:00
add q shortcut to kill session
This commit is contained in:
parent
0109d1b129
commit
e6ff853ede
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue