From: Dieter Plaetinck Date: Sat, 6 Jun 2009 21:56:38 +0000 (+0200) Subject: unbreak markdown layout X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=923fcf53130baa53e04c949afa7a4ce18e12ef8a;p=uzbl-mobile unbreak markdown layout --- diff --git a/README b/README index 4f394bd..b8fd50e 100644 --- a/README +++ b/README @@ -104,14 +104,13 @@ The following commands are recognized: * `` 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). * `` 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 ' - 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 ' + * `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`