aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
authorStephen Blott2015-01-26 06:31:34 +0000
committerStephen Blott2015-01-26 06:31:34 +0000
commitef9a8473d7d6b932de21642684f27e7696aac01b (patch)
tree508bc59da6e36ece25dcac5e7c5a732467ca9b65 /background_scripts/commands.coffee
parent1a83f98dcbea073ddf0221fe57fcad1d1c198129 (diff)
downloadvimium-ef9a8473d7d6b932de21642684f27e7696aac01b.tar.bz2
Visual/edit modes: minor changes.
Diffstat (limited to 'background_scripts/commands.coffee')
-rw-r--r--background_scripts/commands.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index 80f18409..b8623fc8 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -201,6 +201,7 @@ defaultKeyMappings =
"v": "enterVisualMode"
"V": "enterVisualLineMode"
"e": "enterEditMode"
+ "gv": "enterEditMode"
"H": "goBack"
"L": "goForward"