aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
Diffstat (limited to '%HOME%')
-rw-r--r--%HOME%/.tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/%HOME%/.tmux.conf b/%HOME%/.tmux.conf
index af2d9bc..d9d05d4 100644
--- a/%HOME%/.tmux.conf
+++ b/%HOME%/.tmux.conf
@@ -53,6 +53,8 @@ set-window-option -g aggressive-resize on
# X to kill the current session.
bind X confirm-before kill-session
+# A to kill all but the current session.
+bind A confirm-before 'kill-session -a'
# R to reload this file.
bind R source-file ~/.tmux.conf \; display "Reloaded!"