aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
authorilya2009-11-13 22:04:23 -0800
committerilya2009-11-13 22:04:23 -0800
commit1c118bd084e4c228472690a1edb171889678925f (patch)
treeb8f0970fb7156f4443a22c80db3a872c50397947 /background_page.html
parent1f1b5aeaa1d5540c05bf94300fab0b18a87cbdbf (diff)
downloadvimium-1c118bd084e4c228472690a1edb171889678925f.tar.bz2
Move processing of 'i' command out into background command processor. Closes #5.
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/background_page.html b/background_page.html
index 948aad90..ca55ada8 100644
--- a/background_page.html
+++ b/background_page.html
@@ -152,6 +152,8 @@
keyToCommandRegistry['r'] = 'reload';
keyToCommandRegistry['gf'] = 'toggleViewSource';
+ keyToCommandRegistry['i'] = 'enterInsertMode';
+
keyToCommandRegistry['ba'] = 'goBack';
keyToCommandRegistry['H'] = 'goBack';
keyToCommandRegistry['fw'] = 'goForward';