diff options
| author | ilya | 2010-06-22 17:27:23 -0700 |
|---|---|---|
| committer | ilya | 2010-06-22 17:27:23 -0700 |
| commit | 11c446e91991f474f0e74bcf1b17fe53d55fbaca (patch) | |
| tree | 0895459db85bacf6f5275b1b48f1582e27a9a694 /commands.js | |
| parent | 51f7d1db43b713539411b3ea7d76d8585ed92b99 (diff) | |
| download | vimium-11c446e91991f474f0e74bcf1b17fe53d55fbaca.tar.bz2 | |
Added Jez's new goUp function to the README and to the command reference.
Diffstat (limited to 'commands.js')
| -rw-r--r-- | commands.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.js b/commands.js index 2a180966..0adbf3b9 100644 --- a/commands.js +++ b/commands.js @@ -168,7 +168,7 @@ var commandGroups = { pageNavigation: ["scrollDown", "scrollUp", "scrollLeft", "scrollRight", "scrollToTop", "scrollToBottom", "scrollPageDown", "scrollPageUp", "scrollFullPageDown", - "reload", "toggleViewSource", "zoomIn", "zoomOut", "copyCurrentUrl", + "reload", "toggleViewSource", "zoomIn", "zoomOut", "copyCurrentUrl", "goUp", "enterInsertMode", "activateLinkHintsMode", "activateLinkHintsModeToOpenInNewTab", "enterFindMode", "performFind", "performBackwardsFind"], historyNavigation: |
