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.coffee3
1 files changed, 3 insertions, 0 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index f8167042..f79f495b 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -198,7 +198,10 @@ defaultKeyMappings =
"i": "enterInsertMode"
"v": "enterVisualMode"
+ # NOTE(smblott). We'll try two default bindings for enterEditMode, and see which ends up feeling mode
+ # natural.
"gv": "enterEditMode"
+ "e": "enterEditMode"
"H": "goBack"
"L": "goForward"