summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-07-14 17:44:24 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-07-14 17:44:24 +0000
commit537c32b6b61d93b3489fee9cea26cd808125e265 (patch)
tree221292a2bb1320339f26ae1d08e63632e61c1db6
parentf44ae0535ec9115a85a15d63a4d1892e2d1e2851 (diff)
Escape ~, pointed out by tcunha.
-rw-r--r--examples/n-marriott.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/n-marriott.conf b/examples/n-marriott.conf
index 908f6895..c1896c00 100644
--- a/examples/n-marriott.conf
+++ b/examples/n-marriott.conf
@@ -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 %%'"