aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
authorStephen Blott2015-02-22 06:09:25 +0000
committerStephen Blott2015-02-22 06:09:25 +0000
commit14c46e12d385f65db5c905dc57de0b37f80cca7b (patch)
tree094f7745a7f431134dd8d2eda9a08457eb2154e6 /background_scripts/commands.coffee
parent30485767273aabdd1190ba84b3002f8f15526695 (diff)
downloadvimium-14c46e12d385f65db5c905dc57de0b37f80cca7b.tar.bz2
Remove "not yet implemented" note for visual mode.
Diffstat (limited to 'background_scripts/commands.coffee')
-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 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",