aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
authorPhil Crosby2009-11-29 01:16:32 -0800
committerPhil Crosby2009-11-29 01:16:32 -0800
commitfe86709787870d37c3efc6933f8c429f1f46cc38 (patch)
treebf449a0bdbbbca5e1a864d7fa65cd4763918c62c /background_page.html
parentb04b0320cbeca73d5fac88b1c84f3c666cd2e6c4 (diff)
parent44a63c99a86032c0a73abb86fc2cb763bcd00a98 (diff)
downloadvimium-fe86709787870d37c3efc6933f8c429f1f46cc38.tar.bz2
Merge branch 'master' of github.com:philc/vimium
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/background_page.html b/background_page.html
index 81e4c4a6..a370ec2e 100644
--- a/background_page.html
+++ b/background_page.html
@@ -200,10 +200,14 @@
keyToCommandRegistry['L'] = 'goForward';
keyToCommandRegistry['zi'] = 'zoomIn';
- keyToCommandRegistry['zo'] = 'zoomOut';
+ keyToCommandRegistry['zo'] = 'zoomOut';
keyToCommandRegistry['f'] = 'activateLinkHintsMode';
+ keyToCommandRegistry['/'] = 'enterFindMode';
+ keyToCommandRegistry['n'] = 'performFind';
+ keyToCommandRegistry['N'] = 'performBackwardsFind';
+
keyToCommandRegistry['J'] = nextTab;
keyToCommandRegistry['K'] = previousTab;