From 33fac234c0dbdbe9fbed86fa27189e3ca38211e8 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 11 Mar 2012 23:04:19 +0000 Subject: [PATCH] Fix trailing \, pointed out by Romain Francoise and a few others. --- examples/screen-keys.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/screen-keys.conf b/examples/screen-keys.conf index 4e98fd77..ce149290 100644 --- a/examples/screen-keys.conf +++ b/examples/screen-keys.conf @@ -72,8 +72,8 @@ unbind w bind w list-windows # quit \ -unbind \ -bind \ confirm-before "kill-server" +unbind '\' +bind '\' confirm-before "kill-server" # kill K k unbind K