Skip to content

Commit 6f55b89

Browse files
author
nicm
committed
Escape ~, pointed out by tcunha.
1 parent b59a084 commit 6f55b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/n-marriott.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ bind u setw force-width 0
3232
bind D detach \; lock
3333
bind N neww \; splitw -d
3434

35-
bind ~ split-window "exec top -s 0.5"
35+
bind '~' split-window "exec top -s 0.5"
3636
bind "#" split-window "exec ncmpc -f ~/.ncmpc.conf"
3737
bind / command-prompt "split-window 'exec man %%'"
3838

0 commit comments

Comments
 (0)