Disable all Vimperator keys except <Esc> and pass them to the next event handler. This is especially useful if JavaScript controlled forms (e.g., the RichEdit form fields of Gmail) don't work anymore. To exit this mode, press <Esc>. If you also need to pass <Esc> in this mode to the web page, prepend it with <C-v>.
If you only need to pass a single key to a JavaScript form field or another extension prefix the key with <C-v>. Also works to unshadow Swiftweasel shortcuts like <C-o> which are otherwise hidden in Vimperator. When Vimperator mode is temporarily disabled with <C-z>, <C-v> will pass the next key to Vimperator instead of the web page.
Open one or more URLs in the current tab. Multiple URLs can be separated with 'urlseparator' (default: ", " Note that the space after the comma is required.) The first URL is opened in the current tab, and all other URLs are opened in new tabs. Each token is analyzed and in this order:
You can use :open -tags linux torvalds to complete bookmarks with tag "linux" and which contain "torvalds". Note that -tags support is only available for tab completion, not for the actual command. The items which are completed on <Tab> are specified in the 'complete' option.
Just like :open but also uses a new tab for the first URL. When used with [!], the tabopen value of the 'activate' option is negated.
Show a :tabopen prompt containing the current URL. Useful if you want to go somewhere by editing the URL of the current page.
Duplicates current tab [count] times. Uses tabopen value of the 'activate' option to determine if the last cloned tab should be activated. When used with [!], tabopen value is negated.
Show an :open prompt containing the current URL. Useful if you want to go somewhere by editing the URL of the current page.
Just like :tabopen but opens the resulting web page(s) in a new window.
Open (put) a URL based on the current clipboard contents in the current buffer. You can also just select (for non-X11 users: copy) some non-URL text, and search for it with the default search engine or keyword (specified by the 'defsearch' option) with p.
Open (put) a URL based on the current clipboard contents in a new buffer. Works like p but opens a new tab.
Whether the new buffer is activated, depends on the 'activate' option.
Open (put) a URL based on the current clipboard contents in a new buffer. Works like P but inverts the 'activate' option.
Decrements the last number in URL by 1, or by [count] if given. Negative numbers are not supported, as this is not generally useful, so the number cannot be decremented past 0.
Open home directory. You can also use the hints and have the probably fastest file browser on earth. :)
Go [count] pages back in the browser history. If [url] is specified go back to the first matching URL. The special version :back! goes to the beginning of the browser history.
Go [count] pages forward in the browser history. If [url] is specified go forward to the first matching URL. The special version :forward! goes to the end of the browser history.
Go home in a new tab. Opens the homepage in a new tab. Whether the new tab is activated or not depends on the 'activate' option.
Go to [count]th parent directory.
2gu on http://www.example.com/dir1/dir2/file.htm opens http://www.example.com/dir1/.
Go to the root of the web site.
gU on http://www.example.com/dir1/dir2/file.htm opens http://www.example.com/. When browsing a local directory, it goes to the root directory.
Reload current web page. Forces reloading of the current page. If [!] is given, skip the cache.
Reload all pages. Forces reloading of all pages. If [!] is given, skip the cache.
Save current web page to disk. If [file] is omitted, save to the page's default filename. Existing documents will only be overwritten if [!] is given.
Quit current tab. If this is the last tab in the window, close the window. If this was the last window, close Vimperator. When quitting Vimperator, the session is not stored.
Quit Vimperator. Quit Vimperator, no matter how many tabs/windows are open. The session is not stored.
Save the session and quit. Quit Vimperator, no matter how many tabs/windows are open. The session is stored. :wq is different from Vim, as it closes the window instead of just one tab by popular demand. Complain on the mailing list if you want to change that.
Quit and save the session. Quit Vimperator, no matter how many tabs/windows are open. The session is stored. Works like :xall.