diff options
| author | Phil Crosby | 2011-01-30 02:20:37 -0800 |
|---|---|---|
| committer | Phil Crosby | 2011-01-30 02:20:37 -0800 |
| commit | e7706ab6e1328018769a841b53c6ac179bfd4a44 (patch) | |
| tree | ebb1678f68967d3b6f0bc88240ee9b07d4645e56 /commands.js | |
| parent | 83fee9f86c90b06df78465264850e91e6a94e9b5 (diff) | |
| download | vimium-e7706ab6e1328018769a841b53c6ac179bfd4a44.tar.bz2 | |
Move the advanced commands in the readme into a separate section
Diffstat (limited to 'commands.js')
| -rw-r--r-- | commands.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands.js b/commands.js index 66263905..f2b19467 100644 --- a/commands.js +++ b/commands.js @@ -157,9 +157,9 @@ var commandDescriptions = { scrollRight: ["Scroll right"], scrollToTop: ["Scroll to the top of the page"], scrollToBottom: ["Scroll to the bottom of the page"], - scrollToLeft: ["Scroll to the left of the page"], + scrollToLeft: ["Scroll all the way to the left"], - scrollToRight: ["Scroll to the right of the page"], + scrollToRight: ["Scroll all the way to the right"], scrollPageDown: ["Scroll a page down"], scrollPageUp: ["Scroll a page up"], scrollFullPageDown: ["Scroll a full page down"], |
