aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-10-04 22:21:00 +0000
committerGravatar Brendan Taylor <whateley@gmail.com>2011-11-23 18:38:02 -0700
commit89e8d33c1c86c626fba57b1f24a503246d6718ce (patch)
treefc189f491f8526c0bcc568153e8b3cf4acdd8f51 /README
parent5cb7ce2b677a227a3a14c8de2203ceb23bf3e1b6 (diff)
BREAKING CHANGE: remove toggle_zoom_type, toggle_status
they've been replaced with the new toggle command
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 0 insertions, 7 deletions
diff --git a/README b/README
index 2dccafd..836260e 100644
--- a/README
+++ b/README
@@ -152,11 +152,6 @@ The following commands are recognized:
- Increase the zoom level.
* `zoom_out`
- Decrease the zoom level.
-* `toggle_zoom_type`
- - Toggles the variable `zoom_type` between "full-content" and "text-only"
- zoom. In "text-only" zoom, only the text of the page is zoomed, while in
- "full-content" zoom, images and other page elements are zoomed along with
- the text.
* `uri <address>`
- Attempt to load `<address>`. This is equivalent to `set uri = <address>`.
* `js <body>`
@@ -164,8 +159,6 @@ The following commands are recognized:
- Remember that the commands must not contain line breaks.
* `script <file>`
- Execute the JavaScript in `<file>`.
-* `toggle_status`
- - Toggle the display of the status bar.
* `spawn <executable> <additional args>` TODO explain path-alike expansion
- Runs a command; see EXTERNAL SCRIPTS for details.
- `$PATH` is searched, so giving the full path to commands is not necessary.