aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-01-26 14:15:48 +0000
committerStephen Blott2016-01-26 14:15:48 +0000
commitadafa5e8546627e993da6d03b59a27fd4a9162b7 (patch)
treea546357f25f9654c4953ea806cfae308da54596d
parent3286686b695918c315604cb6568826c4026c7693 (diff)
parent3e6fbe825c2c5e04a94b545f81f21a7f99faca74 (diff)
downloadvimium-adafa5e8546627e993da6d03b59a27fd4a9162b7.tar.bz2
Merge pull request #1941 from smblott-github/temp-01
Remove "beta" label from visual-mode commands.
-rw-r--r--background_scripts/commands.coffee4
1 files 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",