different-marks marks
Vimperator supports a number of different marks:
Bookmarks which allow you to mark a web page as one of your favorites for easy access.
QuickMarks allow you to define up to 62 (a-zA-Z0-9) web sites (or group of web sites) which you really visit most often
Local marks to store the position with a web page
History is also a special type of marks, as Vimperator automatically remembers sites which you have visited in the past.
Bookmarks | bookmarks |
a :bma :bmark
Add a bookmark.
The following options are interpreted:
-title="custom title" (short option: -t)
-tags=comma,separated,tag,list (short option: -T)
-keyword=keyword (short option: -k)
If you don't add a custom title, either the title of the web page or the URL is taken as the title. You can omit the optional [url] argument, so just do :bmark to bookmark the currently loaded web page with a default title and without any tags.
A
Toggle bookmarked state of current URL. Add/remove a bookmark for the current location, depending if it already is bookmarked or not. In contrast to the :bmark command, the bookmark is just starred which means it is placed in the Unfiled Bookmarks Folder instead of the bookmarks menu.
:bma :bmark
Add a bookmark. If you don't add a custom title, either the title of the web
page or the URL is taken as the title.
You can omit the optional [url] argument, so just do :bmark to bookmark
the currently loaded web page with a default title and without any tags.
The following options are interpreted:
-title="custom title"
-tags=comma,separated,tag,list
-keyword=keyword
:bmarks
List or open multiple bookmarks. Open the message window at the bottom of the
screen with all bookmarks which match [filter] either in the title or URL.
The special version :bmarks! works the same as :bmarks except it
opens all the found bookmarks in new tabs.
Filter can also contain the following options:
-tags=comma,separated,tag,list
:delbm :delbmarks
Delete a bookmark. Deletes all bookmarks which match the [url]. If omitted, [url] defaults to the URL of the current buffer. Use <Tab> key on a string to complete the URL which you want to delete.
The following options WILL be interpreted in the future:
[!] a special version to delete ALL bookmarks
History | history |
<C-o>
Go to an older position in the jump list. The jump list is just the browser history for now.
<C-i>
Go to a newer position in the jump list. The jump list is just the browser history for now.
<M-Left> <A-Left> H
Go back in the browser history. Count is supported: 3H goes back 3 steps.
<M-Right> <A-Right> L
Go forward in the browser history. Count is supported: 3L goes forward 3 steps.
:ba :back
Go back in the browser history. Count is supported, :3back goes back 3
pages in the browser history.
The special version :back! goes to the beginning of the browser history.
:fw :fo :forward
Go forward in the browser history. Count is supported, :3forward goes forward 3 pages in the browser history. The special version :forward! goes to the end of the browser history.
:hs :hist :history
Show recently visited URLs. Open the message window at the bottom of the screen with all history items which match [filter] either in the title or URL. The special version :history! works the same as :history except it opens all the found items in new tabs.
QuickMarks | quickmarks |
go
Jump to a QuickMark in the current tab. Open any QuickMark in the current tab. across browser sessions.
gn
QuickMark in a new tab. Whether the new tab is activated or not depends on the
'activate' option.
Mnemonic: Go in a new tab. gt would make more sense but is already
taken.
M
Add new QuickMark for current URL. You can go to a marked URL in the current QuickMarks are persistent across browser sessions.
:delqm :delqmarks
Delete the specified QuickMarks. QuickMarks are presented as a list.
Examples:
:delqmarks Aa b p deletes QuickMarks A, a, b and p
:delqmarks b-p deletes all QuickMarks in the range b to p
:delqmarks! deletes all QuickMarks
:qma :qmark
Mark a URL with a letter for quick access. You can also mark whole groups like this:
:qmark f http://forum1.com, http://forum2.com, imdb some artist
:qmarks
Show all QuickMarks. If [arg] is specified then limit the list to those QuickMarks mentioned.
Local marks | localmarks |
m
Set mark at the cursor position. Marks a-z are local to the buffer, whereas A-Z are valid between buffers.
` '
Jump to the mark in the current buffer. Marks a-z are local to the buffer, whereas A-Z are valid between buffers.
:delm :delmarks
Delete the specified marks. Marks are presented as a list.
Examples:
:delmarks Aa b p deletes marks A, a, b and p
:delmarks b-p deletes all marks in the range b to p
:delmarks! deletes all marks for the current buffer
:ma :mark
Mark current location within the web page.
:marks
Show all location marks of current web page. If [arg] is specified then limit the list to those marks mentioned.