diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-14 17:44:24 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-14 17:44:24 +0000 |
commit | 537c32b6b61d93b3489fee9cea26cd808125e265 (patch) | |
tree | 221292a2bb1320339f26ae1d08e63632e61c1db6 | |
parent | f44ae0535ec9115a85a15d63a4d1892e2d1e2851 (diff) | |
download | rtmux-537c32b6b61d93b3489fee9cea26cd808125e265.tar.gz rtmux-537c32b6b61d93b3489fee9cea26cd808125e265.tar.bz2 rtmux-537c32b6b61d93b3489fee9cea26cd808125e265.zip |
Escape ~, pointed out by tcunha.
-rw-r--r-- | examples/n-marriott.conf | 2 |
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 %%'" |