From 14c46e12d385f65db5c905dc57de0b37f80cca7b Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 22 Feb 2015 06:09:25 +0000 Subject: Remove "not yet implemented" note for visual mode. --- background_scripts/commands.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'background_scripts/commands.coffee') diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 79cb9ee0..e371acf3 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -289,8 +289,8 @@ commandDescriptions = openCopiedUrlInNewTab: ["Open the clipboard's URL in a new tab", { background: true, repeatLimit: 20 }] enterInsertMode: ["Enter insert mode", { noRepeat: true }] - enterVisualMode: ["Enter visual mode (not yet implemented)", { noRepeat: true }] - enterVisualLineMode: ["Enter visual line mode (not yet implemented)", { noRepeat: true }] + enterVisualMode: ["Enter visual mode", { noRepeat: true }] + enterVisualLineMode: ["Enter visual line mode", { 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", -- cgit v1.2.3