aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-07 00:09:37 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-07 00:09:37 +0200
commite7af480b5b059a3a4e39b7ef3f98f3f95a2512d5 (patch)
treeb0a1edcb39c19c6b642daa37d77856f76fa0e525 /README
parent513f88b9e75d6fda15428f27dca3648f6931ce0d (diff)
parent3fafe96d7cefdeed6cc15bf6e44788fe3f1bae13 (diff)
Merge branch 'experimental'
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 7 insertions, 8 deletions
diff --git a/README b/README
index 4f394bd..b8fd50e 100644
--- a/README
+++ b/README
@@ -104,14 +104,13 @@ The following commands are recognized:
* `<string>` ends with an asterisk: similar behavior as with an underscore, but also makes the binding incremental (i.e. the command will be invoked on every keystroke).
* `<string>` ends on a different character: you need to type the full string, which will trigger the command immediately, without pressing enter/return.
- examples:
-
- # uzbl will load the url when you type: 'o <url><enter>'
- bind o _ = uri %s
- # a search command which is called on every character typed after the slash, letting you see the search narrow down while typing.
- # Hitting return, enter or esc will terminate the search.
- bind /* = search %s
- # when you type `ZZ` and nothing else, the exit command will be triggered immediately.
- bind ZZ = exit
+ * `bind o _ = uri %s`
+ - uzbl will load the url when you type: 'o <url><enter>'
+ * `bind /* = search %s`
+ - a search command which is called on every character typed after the slash, letting you see the search narrow down while typing.
+ - Hitting return, enter or esc will terminate the search.
+ * `bind ZZ = exit`
+ - When you type `ZZ` and nothing else, the exit command will be triggered immediately.
* `back`
* `forward`