diff options
| author | Stephen Blott | 2015-03-05 06:53:31 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2015-03-05 06:53:31 +0000 | 
| commit | ffc6d39c6e739468539c579806d897b27fbcd4bd (patch) | |
| tree | ee790a62fe8cf05a348f0858a2cfbb5c2fce7d4e | |
| parent | 07f754d5936232dbc86aa70235c89b07f1cc4712 (diff) | |
| download | vimium-ffc6d39c6e739468539c579806d897b27fbcd4bd.tar.bz2 | |
Note that visual mode is a beta feature.
| -rw-r--r-- | background_scripts/commands.coffee | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index e371acf3..9aa90c45 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", { noRepeat: true }] -  enterVisualLineMode: ["Enter visual line mode", { noRepeat: true }] +  enterVisualMode: ["Enter visual mode (beta feature)", { noRepeat: true }] +  enterVisualLineMode: ["Enter visual line 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", | 
