mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Fix trailing \, pointed out by Romain Francoise and a few others.
This commit is contained in:
parent
3307813a07
commit
33fac234c0
@ -72,8 +72,8 @@ unbind w
|
|||||||
bind w list-windows
|
bind w list-windows
|
||||||
|
|
||||||
# quit \
|
# quit \
|
||||||
unbind \
|
unbind '\'
|
||||||
bind \ confirm-before "kill-server"
|
bind '\' confirm-before "kill-server"
|
||||||
|
|
||||||
# kill K k
|
# kill K k
|
||||||
unbind K
|
unbind K
|
||||||
|
Loading…
x
Reference in New Issue
Block a user