aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-08-09 20:23:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-08-09 20:23:13 +1200
commit131190abf70043fd78a1f0fce978ad1bdfa7e09f (patch)
tree959217c7c0be59d5e3c90445476d23cda21f1662
parentMerge branch 'release/v12.20.0' into develop (diff)
downloaddotfiles-131190abf70043fd78a1f0fce978ad1bdfa7e09f.tar.gz
dotfiles-131190abf70043fd78a1f0fce978ad1bdfa7e09f.zip
Remove unnecessary quoting 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 053921b3..f6109afd 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -19,7 +19,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