Update docs
This commit is contained in:
parent
af37272246
commit
a6dbdc3e84
@ -29,6 +29,13 @@ Changed
|
|||||||
- `:scroll-perc` now prefers a count over the argument given to it, which means
|
- `:scroll-perc` now prefers a count over the argument given to it, which means
|
||||||
`gg` can be used with a count.
|
`gg` can be used with a count.
|
||||||
- Aliases can now use `;;` to have an alias which executed multiple commands.
|
- Aliases can now use `;;` to have an alias which executed multiple commands.
|
||||||
|
- `:edit-url` now does nothing if the URL isn't changed in the spawned editor.
|
||||||
|
|
||||||
|
Removed
|
||||||
|
------
|
||||||
|
|
||||||
|
- `:edit-url` now doesn't accept a count anymore as its behaviour was confusing
|
||||||
|
and it doesn't make much sense to add a count.
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
-----
|
-----
|
||||||
|
@ -175,6 +175,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Jonas Schürmann
|
* Jonas Schürmann
|
||||||
* error800
|
* error800
|
||||||
* Liam BEGUIN
|
* Liam BEGUIN
|
||||||
|
* Jan Verbeek
|
||||||
* skinnay
|
* skinnay
|
||||||
* Zach-Button
|
* Zach-Button
|
||||||
* Tomasz Kramkowski
|
* Tomasz Kramkowski
|
||||||
@ -186,7 +187,6 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Michał Góral
|
* Michał Góral
|
||||||
* Michael Ilsaas
|
* Michael Ilsaas
|
||||||
* Martin Zimmermann
|
* Martin Zimmermann
|
||||||
* Jan Verbeek
|
|
||||||
* Fritz Reichwald
|
* Fritz Reichwald
|
||||||
* Brian Jackson
|
* Brian Jackson
|
||||||
* sbinix
|
* sbinix
|
||||||
|
@ -243,9 +243,6 @@ The editor which should be launched can be configured via the `general -> editor
|
|||||||
* +*-t*+, +*--tab*+: Open in a new tab.
|
* +*-t*+, +*--tab*+: Open in a new tab.
|
||||||
* +*-w*+, +*--window*+: Open in a new window.
|
* +*-w*+, +*--window*+: Open in a new window.
|
||||||
|
|
||||||
==== count
|
|
||||||
The tab index to open the URL in.
|
|
||||||
|
|
||||||
[[fake-key]]
|
[[fake-key]]
|
||||||
=== fake-key
|
=== fake-key
|
||||||
Syntax: +:fake-key [*--global*] 'keystring'+
|
Syntax: +:fake-key [*--global*] 'keystring'+
|
||||||
|
Loading…
Reference in New Issue
Block a user