From 537c32b6b61d93b3489fee9cea26cd808125e265 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 14 Jul 2009 17:44:24 +0000 Subject: [PATCH] Escape ~, pointed out by tcunha. --- examples/n-marriott.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %%'"