diff options
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/%HOME%/.tmux.conf b/%HOME%/.tmux.conf index 6b67ee1..af2d9bc 100644 --- a/%HOME%/.tmux.conf +++ b/%HOME%/.tmux.conf @@ -51,6 +51,9 @@ set-window-option -g aggressive-resize on # Key bindings # ------------ +# X to kill the current session. +bind X confirm-before kill-session + # R to reload this file. bind R source-file ~/.tmux.conf \; display "Reloaded!" |