aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-07 13:22:52 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-07 13:22:52 +0200
commitec14eba5433c5813af1a7bc99f450a413825a6df (patch)
treef8c95ab3c88c683a5e5e661ac997bdbb3c5f18c3 /README
parent178444bd79552c7e07cf5253997572c901d7138d (diff)
document dump_config
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index b8fd50e..4740b21 100644
--- a/README
+++ b/README
@@ -149,6 +149,8 @@ The following commands are recognized:
- search with no string will search for the next/previous occurrence of the string previously searched for
* `toggle_insert_mode <optional state>`
- if the optional state is 0, disable insert mode. If 1, enable insert mode.
+* `dump_config`
+ - dumps your current config (which may have been changed at runtime) to stdout, in a format you can use to pipe into uzbl again (or use as config file)
* `keycmd <string>`
* `keycmd_nl <string>`
- keycmd sets the interactive command buffer to `<string>`. If the given string is a valid binding, it will execute. `Keycmd_nl` is like `keycmd`, but it also emulates a press of return, causing bindings with a parameter to execute. For example, `keycmd_nl o google.com` would load the said url if you have a binding like `bind o _ = uri %s`.