From 3e6fbe825c2c5e04a94b545f81f21a7f99faca74 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Tue, 26 Jan 2016 14:14:22 +0000 Subject: Remove "beta" label from visual-mode commands. These seem to be working fine, we can commit to them. --- background_scripts/commands.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index a0b17ebc..c8121a96 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -277,8 +277,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 (beta feature)", { noRepeat: true }] - enterVisualLineMode: ["Enter visual line mode (beta feature)", { 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