Update docs
This commit is contained in:
parent
70248f256f
commit
23ee814067
|
|
@ -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
|
||||
~~~~~
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue