aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
authorStephen Blott2015-02-03 16:13:25 +0000
committerStephen Blott2015-02-03 16:13:25 +0000
commitf81080f951a02524b7c681546e309ede3955fbe6 (patch)
tree06b908159c222a6529907251a3f02a25858aaea3 /background_scripts/commands.coffee
parent33abff96eeb052af807f9987506d611ce25b2757 (diff)
downloadvimium-f81080f951a02524b7c681546e309ede3955fbe6.tar.bz2
Visual/edit modes: remove "e" binding for edit mode.
The "e" binding for edit mode is super convenient. However, it clashes with "e" bindings on Gmail and Google's Inbox. If you get too used to it, then you keep archiving messages unintentionally. So, let's try just the "gv" binding for now.
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"