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
|
||||
`gg` can be used with a count.
|
||||
- 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
|
||||
-----
|
||||
|
@ -175,6 +175,7 @@ Contributors, sorted by the number of commits in descending order:
|
||||
* Jonas Schürmann
|
||||
* error800
|
||||
* Liam BEGUIN
|
||||
* Jan Verbeek
|
||||
* skinnay
|
||||
* Zach-Button
|
||||
* Tomasz Kramkowski
|
||||
@ -186,7 +187,6 @@ Contributors, sorted by the number of commits in descending order:
|
||||
* Michał Góral
|
||||
* Michael Ilsaas
|
||||
* Martin Zimmermann
|
||||
* Jan Verbeek
|
||||
* Fritz Reichwald
|
||||
* Brian Jackson
|
||||
* 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.
|
||||
* +*-w*+, +*--window*+: Open in a new window.
|
||||
|
||||
==== count
|
||||
The tab index to open the URL in.
|
||||
|
||||
[[fake-key]]
|
||||
=== fake-key
|
||||
Syntax: +:fake-key [*--global*] 'keystring'+
|
||||
|
Loading…
Reference in New Issue
Block a user