From d66181be4480c1b8835f24ef7a69517766119f8c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 14 Jan 2021 11:26:12 +1300 Subject: Adjust single-character escapes in tmux config --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3