diff options
-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 %%'" |