aboutsummaryrefslogtreecommitdiffstats
path: root/commands.js
diff options
context:
space:
mode:
authorilya2010-06-22 17:27:23 -0700
committerilya2010-06-22 17:27:23 -0700
commit11c446e91991f474f0e74bcf1b17fe53d55fbaca (patch)
tree0895459db85bacf6f5275b1b48f1582e27a9a694 /commands.js
parent51f7d1db43b713539411b3ea7d76d8585ed92b99 (diff)
downloadvimium-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.js2
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: