aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
authorPhil Crosby2014-05-13 21:42:47 -0700
committerPhil Crosby2014-05-13 21:43:16 -0700
commita7ac21b392708445374ce9767be2b65eaf89d103 (patch)
treeec2d3eaa0bab13c70fb70c6f6dea1809da67d513 /background_scripts/commands.coffee
parent11a0bdd69140ab94673fc42bd7b7fd0e9fdeaa8c (diff)
downloadvimium-a7ac21b392708445374ce9767be2b65eaf89d103.tar.bz2
Document that you can use tab with `gi`
Closes #730
Diffstat (limited to 'background_scripts/commands.coffee')
-rw-r--r--background_scripts/commands.coffee3
1 files changed, 2 insertions, 1 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index 282474ab..50302cf7 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -214,7 +214,8 @@ commandDescriptions =
enterInsertMode: ["Enter insert mode"]
- focusInput: ["Focus the first (or n-th) text box on the page", { passCountToFunction: true }]
+ focusInput: ["Focus the first text box on the page. Cycle between them using tab",
+ { passCountToFunction: true }]
"LinkHints.activateMode": ["Open a link in the current tab"]
"LinkHints.activateModeToOpenInNewTab": ["Open a link in a new tab"]