aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/configs/sampleconfig
diff options
context:
space:
mode:
Diffstat (limited to 'examples/configs/sampleconfig')
-rw-r--r--examples/configs/sampleconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/configs/sampleconfig b/examples/configs/sampleconfig
index daaf5c5..5daa21c 100644
--- a/examples/configs/sampleconfig
+++ b/examples/configs/sampleconfig
@@ -107,7 +107,7 @@ bind S = js alert("hi");
# Parameters are separated by spaces and the script body must be one parameter, so enclose it in
# quotes and escape any inner quotes using backslashes
bind XS = sh 'echo "js alert (\'This is sent by the shell via a fifo\')" > "$4"'
-
+bind dump = sh "echo dump_config > $4"
# we ship some javascripts to do keyboard based link hinting/following. (webkit does not have C DOM bindings yet)
# this is similar to how it works in vimperator (and konqueror)