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, 0 insertions, 1 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index b8623fc8..76081068 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -200,7 +200,6 @@ defaultKeyMappings =
"i": "enterInsertMode"
"v": "enterVisualMode"
"V": "enterVisualLineMode"
- "e": "enterEditMode"
"gv": "enterEditMode"
"H": "goBack"