diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2012-03-11 23:04:19 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2012-03-11 23:04:19 +0000 |
commit | 33fac234c0dbdbe9fbed86fa27189e3ca38211e8 (patch) | |
tree | 6fd2c73516fcee8809f640d349f2dbc761eaa37b /examples | |
parent | 3307813a07510c6658beff0f935b8417e8b09f46 (diff) | |
download | rtmux-33fac234c0dbdbe9fbed86fa27189e3ca38211e8.tar.gz rtmux-33fac234c0dbdbe9fbed86fa27189e3ca38211e8.tar.bz2 rtmux-33fac234c0dbdbe9fbed86fa27189e3ca38211e8.zip |
Fix trailing \, pointed out by Romain Francoise and a few others.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/screen-keys.conf | 4 |
1 files 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 |