Update docs

This commit is contained in:
Florian Bruhin 2014-12-13 00:35:39 +01:00
parent fc2d3ef452
commit 8ab23cff21
2 changed files with 4 additions and 1 deletions

View File

@ -116,6 +116,7 @@ Contributors, sorted by the number of commits in descending order:
* rikn00 * rikn00
* Brian Jackson * Brian Jackson
* Mathias Fussenegger * Mathias Fussenegger
* Johannes Altmanninger
* Peter Vilim * Peter Vilim
* Martin Zimmermann * Martin Zimmermann
// QUTE_AUTHORS_END // QUTE_AUTHORS_END

View File

@ -165,6 +165,7 @@ Start hinting.
- `hover` : Hover over the link. - `hover` : Hover over the link.
- `yank`: Yank the link to the clipboard. - `yank`: Yank the link to the clipboard.
- `yank-primary`: Yank the link to the primary selection. - `yank-primary`: Yank the link to the primary selection.
- `run`: Run the argument as command.
- `fill`: Fill the commandline with the command given as - `fill`: Fill the commandline with the command given as
argument. argument.
- `rapid`: Open the link in a new tab and stay in hinting mode. - `rapid`: Open the link in a new tab and stay in hinting mode.
@ -177,7 +178,7 @@ Start hinting.
* +'args'+: Arguments for spawn/userscript/fill. * +'args'+: Arguments for spawn/userscript/run/fill.
- With `spawn`: The executable and arguments to spawn. - With `spawn`: The executable and arguments to spawn.
`{hint-url}` will get replaced by the selected `{hint-url}` will get replaced by the selected
@ -186,6 +187,7 @@ Start hinting.
- With `fill`: The command to fill the statusbar with. - With `fill`: The command to fill the statusbar with.
`{hint-url}` will get replaced by the selected `{hint-url}` will get replaced by the selected
URL. URL.
- With `run`: Same as `fill`.
[[home]] [[home]]