mirror of
https://github.com/tmate-io/tmate.git
synced 2025-01-08 23:18:58 +01: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
|
||||
|
||||
# quit \
|
||||
unbind \
|
||||
bind \ confirm-before "kill-server"
|
||||
unbind '\'
|
||||
bind '\' confirm-before "kill-server"
|
||||
|
||||
# kill K k
|
||||
unbind K
|
||||
|
Loading…
Reference in New Issue
Block a user