mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-08 09:14:22 +01:00
Escape ~, pointed out by tcunha.
This commit is contained in:
parent
f44ae0535e
commit
537c32b6b6
@ -32,7 +32,7 @@ bind u setw force-width 0
|
||||
bind D detach \; lock
|
||||
bind N neww \; splitw -d
|
||||
|
||||
bind ~ split-window "exec top -s 0.5"
|
||||
bind '~' split-window "exec top -s 0.5"
|
||||
bind "#" split-window "exec ncmpc -f ~/.ncmpc.conf"
|
||||
bind / command-prompt "split-window 'exec man %%'"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user