Update docs
This commit is contained in:
parent
380856bcb2
commit
d1138fa342
@ -67,6 +67,7 @@ Changed
|
|||||||
- Completions for `:help` and `:bind` now also show hidden commands
|
- Completions for `:help` and `:bind` now also show hidden commands
|
||||||
- The `:buffer` completion now also filters using the first column (id).
|
- The `:buffer` completion now also filters using the first column (id).
|
||||||
- `:undo` has been improved to reopen tabs at the position they were closed.
|
- `:undo` has been improved to reopen tabs at the position they were closed.
|
||||||
|
- `:navigate` now takes a count for `up`/`increment`/`decrement`.
|
||||||
|
|
||||||
Deprecated
|
Deprecated
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
@ -183,6 +183,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* skinnay
|
* skinnay
|
||||||
* Zach-Button
|
* Zach-Button
|
||||||
* Tomasz Kramkowski
|
* Tomasz Kramkowski
|
||||||
|
* Peter Rice
|
||||||
* Ismail S
|
* Ismail S
|
||||||
* Halfwit
|
* Halfwit
|
||||||
* David Vogt
|
* David Vogt
|
||||||
|
@ -484,6 +484,7 @@ This tries to automatically click on typical _Previous Page_ or _Next Page_ link
|
|||||||
==== count
|
==== count
|
||||||
For `increment` and `decrement`, the number to change the URL by. For `up`, the number of levels to go up in the URL.
|
For `increment` and `decrement`, the number to change the URL by. For `up`, the number of levels to go up in the URL.
|
||||||
|
|
||||||
|
|
||||||
[[open]]
|
[[open]]
|
||||||
=== open
|
=== open
|
||||||
Syntax: +:open [*--implicit*] [*--bg*] [*--tab*] [*--window*] ['url']+
|
Syntax: +:open [*--implicit*] [*--bg*] [*--tab*] [*--window*] ['url']+
|
||||||
|
@ -505,8 +505,8 @@ class CommandDispatcher:
|
|||||||
tab: Open in a new tab.
|
tab: Open in a new tab.
|
||||||
bg: Open in a background tab.
|
bg: Open in a background tab.
|
||||||
window: Open in a new window.
|
window: Open in a new window.
|
||||||
count: How much to increment or decrement the URL by, or number of
|
count: For `increment` and `decrement`, the number to change the URL
|
||||||
levels to go up in the current URL.
|
by. For `up`, the number of levels to go up in the URL.
|
||||||
"""
|
"""
|
||||||
# save the pre-jump position in the special ' mark
|
# save the pre-jump position in the special ' mark
|
||||||
self.set_mark("'")
|
self.set_mark("'")
|
||||||
|
Loading…
Reference in New Issue
Block a user