Update docs
This commit is contained in:
parent
826d0befe0
commit
0405a05d34
@ -22,6 +22,8 @@ Changed
|
||||
|
||||
- `:bookmark-add` now has a `--toggle` flag which deletes the bookmark if it
|
||||
already exists.
|
||||
- `:bookmark-load` now has a `--delete` flag which deletes the bookmark after
|
||||
loading it.
|
||||
|
||||
v0.8.0
|
||||
------
|
||||
|
@ -163,8 +163,8 @@ Contributors, sorted by the number of commits in descending order:
|
||||
* Nathan Isom
|
||||
* Thorsten Wißmann
|
||||
* Kevin Velghe
|
||||
* Austin Anderson
|
||||
* Marshall Lochbaum
|
||||
* Austin Anderson
|
||||
* Jimmy
|
||||
* Alexey "Averrin" Nabrodov
|
||||
* avk
|
||||
|
@ -145,7 +145,7 @@ Delete a bookmark.
|
||||
|
||||
[[bookmark-load]]
|
||||
=== bookmark-load
|
||||
Syntax: +:bookmark-load [*--tab*] [*--bg*] [*--window*] 'url'+
|
||||
Syntax: +:bookmark-load [*--tab*] [*--bg*] [*--window*] [*--delete*] 'url'+
|
||||
|
||||
Load a bookmark.
|
||||
|
||||
@ -156,6 +156,7 @@ Load a bookmark.
|
||||
* +*-t*+, +*--tab*+: Load the bookmark in a new tab.
|
||||
* +*-b*+, +*--bg*+: Load the bookmark in a new background tab.
|
||||
* +*-w*+, +*--window*+: Load the bookmark in a new window.
|
||||
* +*-d*+, +*--delete*+: Whether to delete the bookmark afterwards.
|
||||
|
||||
==== note
|
||||
* This command does not split arguments after the last argument and handles quotes literally.
|
||||
|
Loading…
Reference in New Issue
Block a user