diff options
| author | Stephen Blott | 2015-01-06 05:54:29 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2015-01-06 05:54:29 +0000 | 
| commit | d745bf63ca785e360ddc48d6ad2ed430523d461c (patch) | |
| tree | b7f79acbb308e2995f106c1fe01d0212e39a9550 /background_scripts/commands.coffee | |
| parent | daf589f2805d1c6325fab20e4232549a4ffea632 (diff) | |
| download | vimium-d745bf63ca785e360ddc48d6ad2ed430523d461c.tar.bz2 | |
Modes; Note visual mode not yet implemented.
Diffstat (limited to 'background_scripts/commands.coffee')
| -rw-r--r-- | background_scripts/commands.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 407fb067..485195a9 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -285,7 +285,7 @@ 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 }] +  enterVisualMode: ["Enter visual mode (not yet implemented)", { noRepeat: true }]    focusInput: ["Focus the first text box on the page. Cycle between them using tab",      { passCountToFunction: true }] | 
