Update docs

This commit is contained in:
Florian Bruhin 2016-07-11 20:55:24 +02:00
parent 4f9be56d7d
commit fc999f247b
3 changed files with 13 additions and 2 deletions

View File

@ -34,6 +34,8 @@ Changed
`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. - `:edit-url` now does nothing if the URL isn't changed in the spawned editor.
- `:bookmark-add` can now be passed a URL and title to add that as a bookmark
rather than the current page.
Removed Removed
------- -------

View File

@ -179,6 +179,7 @@ Contributors, sorted by the number of commits in descending order:
* skinnay * skinnay
* Zach-Button * Zach-Button
* Tomasz Kramkowski * Tomasz Kramkowski
* Ismail S
* Halfwit * Halfwit
* rikn00 * rikn00
* kanikaa1234 * kanikaa1234

View File

@ -8,7 +8,7 @@
|<<adblock-update,adblock-update>>|Update the adblock block lists. |<<adblock-update,adblock-update>>|Update the adblock block lists.
|<<back,back>>|Go back in the history of the current tab. |<<back,back>>|Go back in the history of the current tab.
|<<bind,bind>>|Bind a key to a command. |<<bind,bind>>|Bind a key to a command.
|<<bookmark-add,bookmark-add>>|Save the current page as a bookmark. |<<bookmark-add,bookmark-add>>|Save the current page as a bookmark, or a specific url.
|<<bookmark-del,bookmark-del>>|Delete a bookmark. |<<bookmark-del,bookmark-del>>|Delete a bookmark.
|<<bookmark-load,bookmark-load>>|Load a bookmark. |<<bookmark-load,bookmark-load>>|Load a bookmark.
|<<buffer,buffer>>|Select tab by index or url/title best match. |<<buffer,buffer>>|Select tab by index or url/title best match.
@ -116,7 +116,15 @@ Bind a key to a command.
[[bookmark-add]] [[bookmark-add]]
=== bookmark-add === bookmark-add
Save the current page as a bookmark. Syntax: +:bookmark-add ['url'] ['title']+
Save the current page as a bookmark, or a specific url.
If no url and title are provided, then save the current page as a bookmark. If a url and title have been provided, then save the given url as a bookmark with the provided title.
==== positional arguments
* +'url'+: url to save as a bookmark. If None, use url of current page.
* +'title'+: title of the new bookmark.
[[bookmark-del]] [[bookmark-del]]
=== bookmark-del === bookmark-del