aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Ben Boeckel <MathStuf@gmail.com>2011-04-12 23:37:42 -0400
committerGravatar Ben Boeckel <MathStuf@gmail.com>2011-04-12 23:37:42 -0400
commitea192bba46f6f40bb67faf7f561260d7da286191 (patch)
tree38e3d72e034c5ebb8f383dcc52bef54d01cdec0c /examples/config
parente1bb5b44c16636b4ffc1cc14dbe1e23c0b0e63de (diff)
Update bindings to formfiller to match reality
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 d049f0e..7efbb22 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -353,10 +353,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 ------------------------------------------------------