From a65ca68a0011fd8f9ab1282db8e85476633c0956 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Fri, 29 Jan 2016 06:30:32 +0000 Subject: Revert "Enable edit mode." This reverts commit e975633f3ee8da9e01c332b2dcdb8422d5f941d8. --- background_scripts/commands.coffee | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'background_scripts/commands.coffee') diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 5dfd5259..c8121a96 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -98,7 +98,7 @@ Commands = "enterInsertMode", "enterVisualMode", "enterVisualLineMode", - "enterEditMode", + # "enterEditMode", "focusInput", "LinkHints.activateMode", "LinkHints.activateModeToOpenInNewTab", @@ -187,7 +187,7 @@ defaultKeyMappings = "i": "enterInsertMode" "v": "enterVisualMode" "V": "enterVisualLineMode" - "gv": "enterEditMode" + # "gv": "enterEditMode" "H": "goBack" "L": "goForward" @@ -279,7 +279,7 @@ commandDescriptions = enterInsertMode: ["Enter insert mode", { noRepeat: true }] enterVisualMode: ["Enter visual mode", { noRepeat: true }] enterVisualLineMode: ["Enter visual line mode", { noRepeat: true }] - enterEditMode: ["Enter vim-like edit mode (beta feature)", { noRepeat: true }] + # enterEditMode: ["Enter vim-like edit mode (not yet implemented)", { noRepeat: true }] focusInput: ["Focus the first text box on the page. Cycle between them using tab", { passCountToFunction: true }] -- cgit v1.2.3