aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
authorStephen Blott2015-01-23 11:02:31 +0000
committerStephen Blott2015-01-23 15:41:02 +0000
commite1b7b0a963490b0991d72a0143f489e0bc1e8096 (patch)
treedc10bf7994b1ccc259af65aea9c029908cccd7d3 /background_scripts/commands.coffee
parent256beee031efef70f4ee750044d9e697d66868bd (diff)
downloadvimium-e1b7b0a963490b0991d72a0143f489e0bc1e8096.tar.bz2
Visual/edit modes: more (and better) commands.
Diffstat (limited to 'background_scripts/commands.coffee')
-rw-r--r--background_scripts/commands.coffee3
1 files changed, 0 insertions, 3 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index f79f495b..67c4b9ad 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -198,9 +198,6 @@ 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"