aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-04-13 07:01:45 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2011-04-13 07:01:45 -0600
commit9bbff45ac31eee6458d2c20fc7a15d18c58aca19 (patch)
treea6559c697e5be1911b348d24beb8527ffd54b62d /examples/config
parenta3154b72aa2b3e3ad02178cab9049546d769bb67 (diff)
parentd5b71e85e1b13c79a6de488254406ec690c9efe7 (diff)
Merge remote-tracking branch 'mathstuf/dev/fix-textarea-formfiller' into experimental
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/config/config b/examples/config/config
index 7a4c685..a690aec 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -357,10 +357,10 @@ set follow_hint_keys = 0123456789
# This implementation allows you to save multiple profiles for each form
# (think about multiple accounts on some website).
set formfiller = spawn @scripts_dir/formfiller.sh
-@cbind za = @formfiller add
@cbind ze = @formfiller edit
@cbind zn = @formfiller new
@cbind zl = @formfiller load
+@cbind zo = @formfiller once
# --- Uzbl tabbed binds ------------------------------------------------------