Update docs

This commit is contained in:
Florian Bruhin 2020-12-08 21:12:32 +01:00
parent 70248f256f
commit 23ee814067
2 changed files with 4 additions and 2 deletions

View File

@ -97,6 +97,8 @@ Changed
`greasemonkey` subdirectories of e.g. `~/.config/qutebrowser/`) rather than only
the data directory (the same subdirectories of e.g.
`~/.local/share/qutebrowser/`).
- The `:later` command now understands a time specification like `5m` or
`1h5m2s`, rather than just taking milliseconds.
Fixed
~~~~~

View File

@ -786,12 +786,12 @@ Jump to the mark named by `key`.
[[later]]
=== later
Syntax: +:later 'ms' 'command'+
Syntax: +:later 'duration' 'command'+
Execute a command after some time.
==== positional arguments
* +'ms'+: How many milliseconds to wait.
* +'duration'+: Duration to wait in format XhYmZs or a number for milliseconds.
* +'command'+: The command to run, with optional args.
==== note