From f81080f951a02524b7c681546e309ede3955fbe6 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Tue, 3 Feb 2015 16:13:25 +0000 Subject: 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. --- background_scripts/commands.coffee | 1 - 1 file changed, 1 deletion(-) (limited to 'background_scripts') 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" -- cgit v1.2.3