aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Barrucadu <mike@barrucadu.co.uk>2009-04-25 09:26:16 +0100
committerGravatar Barrucadu <mike@barrucadu.co.uk>2009-04-25 09:26:16 +0100
commit8f04a28673a5e94883d57c39568146a6701da1af (patch)
tree429cce63f463e445bc30c96aed8f98a6157252e4 /README
parent1bff3a5dc2e2f2e76b1e2e1745bcc96d6e2b5aa6 (diff)
Added modeline, changed commands to 1/2 characters, command/insert modes.
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 9 insertions, 8 deletions
diff --git a/README b/README
index 370f981..74efbaa 100644
--- a/README
+++ b/README
@@ -1,12 +1,14 @@
Control:
- FIFO opened in /tmp/uzbl_pid
- - Commands are now grouped by function:
- nav forward
- nav back
- nav reload
- nav stop
- view zoom +
- view zoom -
+ - Commands are as follows:
+ f - forward
+ b - back
+ r - refresh
+ s - stop
+ z+ - zoom in
+ z- - zoom out
+ - If a command is appended with a number, run it that many times (eg: z+10 would zoom in 10 times).
+ - Press enter after typing a command to use it.
Bugs:
- Segfault occurs on shutdown, almost definitely FIFO related (I'm not seeing this bug now, but the warning was here when I forked the code and I haven't touched the FIFO bit)
@@ -18,7 +20,6 @@ Notes:
Todo:
- Change commands to a few characters long.
- - Automatically run a command when typed (no need to press enter).
- Support for arguments to commands (argc/argv-like structure?).
- Support for binding keyboard shortcuts in config file.
- Support for setting home page in config file. \ No newline at end of file