diff options
Diffstat (limited to 'background_scripts/commands.coffee')
| -rw-r--r-- | background_scripts/commands.coffee | 3 | 
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" | 
