aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-01-14 11:26:12 +1300
committerTom Ryder <tom@sanctum.geek.nz>2021-01-14 11:28:09 +1300
commitd66181be4480c1b8835f24ef7a69517766119f8c (patch)
tree7cbc2fb5cee0af911fd68d2c2deea61a526abcaf
parentMerge branch 'release/v10.22.0' into develop (diff)
downloaddotfiles-d66181be4480c1b8835f24ef7a69517766119f8c.tar.gz
dotfiles-d66181be4480c1b8835f24ef7a69517766119f8c.zip
Adjust single-character escapes in tmux config
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 05e21f81..4410fe0e 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -28,7 +28,7 @@ bind-key C-a last-window
# Quick ways to kill single windows and the whole server
bind-key '/' confirm-before 'kill-window'
-bind-key '\' confirm-before 'kill-server'
+bind-key "\\" confirm-before 'kill-server'
# Slightly more intuitive way to split windows
bind-key '_' split-window -v