Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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!"