aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
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"