Fix trailing \, pointed out by Romain Francoise and a few others.

pull/1/head
Nicholas Marriott 2012-03-11 23:04:19 +00:00
parent 3307813a07
commit 33fac234c0
1 changed files with 2 additions and 2 deletions

View File

@ -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