aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar DuClare <akarinotengoku@gmail.com>2009-05-17 20:03:56 +0300
committerGravatar DuClare <akarinotengoku@gmail.com>2009-05-17 20:03:56 +0300
commit647e32afdb05c5e975ec57eca0867b8daf2a5beb (patch)
treebd026d6727e5e21851481a9cda7403454f7426f1 /README
parent8bab3d83b08206c8d5e0290cfe91a967b8e61e63 (diff)
Fix README moar^3
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 59ddb79..b892814 100644
--- a/README
+++ b/README
@@ -103,7 +103,7 @@ Using the first example, uzbl will load the url you entered by typing an `o`, a
This tells uzbl to execute an action immediately. The simplest example of this would be `act exit`; you know what that'll do.
KEYCMD <string>
-This sets the interactive command buffer to `<string>`. Keycmd is primarily useful for scripts that help you type a command while still letting you edit it before execution. For example, if you have a binding like `o _` that opens an URL, then you could create a binding O that spawns a script which will set the command buffer to `o current-uri-here`, letting you enter relative URLs easily.
+This sets the interactive command buffer to `<string>`. Keycmd is primarily useful for scripts that help you type a command while still letting you edit it before execution. For example, if you have a binding like "o _" that opens an URL, then you could create a binding `O` that spawns a script which will set the command buffer to "o current-uri-here", letting you enter relative URLs easily.
### VARIABLE REPLACEMENT