Update docs

This commit is contained in:
Florian Bruhin 2016-07-26 21:28:14 +02:00
parent 826d0befe0
commit 0405a05d34
3 changed files with 5 additions and 2 deletions

View File

@ -22,6 +22,8 @@ Changed
- `:bookmark-add` now has a `--toggle` flag which deletes the bookmark if it - `:bookmark-add` now has a `--toggle` flag which deletes the bookmark if it
already exists. already exists.
- `:bookmark-load` now has a `--delete` flag which deletes the bookmark after
loading it.
v0.8.0 v0.8.0
------ ------

View File

@ -163,8 +163,8 @@ Contributors, sorted by the number of commits in descending order:
* Nathan Isom * Nathan Isom
* Thorsten Wißmann * Thorsten Wißmann
* Kevin Velghe * Kevin Velghe
* Austin Anderson
* Marshall Lochbaum * Marshall Lochbaum
* Austin Anderson
* Jimmy * Jimmy
* Alexey "Averrin" Nabrodov * Alexey "Averrin" Nabrodov
* avk * avk

View File

@ -145,7 +145,7 @@ Delete a bookmark.
[[bookmark-load]] [[bookmark-load]]
=== bookmark-load === bookmark-load
Syntax: +:bookmark-load [*--tab*] [*--bg*] [*--window*] 'url'+ Syntax: +:bookmark-load [*--tab*] [*--bg*] [*--window*] [*--delete*] 'url'+
Load a bookmark. Load a bookmark.
@ -156,6 +156,7 @@ Load a bookmark.
* +*-t*+, +*--tab*+: Load the bookmark in a new tab. * +*-t*+, +*--tab*+: Load the bookmark in a new tab.
* +*-b*+, +*--bg*+: Load the bookmark in a new background tab. * +*-b*+, +*--bg*+: Load the bookmark in a new background tab.
* +*-w*+, +*--window*+: Load the bookmark in a new window. * +*-w*+, +*--window*+: Load the bookmark in a new window.
* +*-d*+, +*--delete*+: Whether to delete the bookmark afterwards.
==== note ==== note
* This command does not split arguments after the last argument and handles quotes literally. * This command does not split arguments after the last argument and handles quotes literally.