Vimperator

Vimperator
Original author(s) Martin Stubenschrott
Developer(s) Martin Stubenschrott, Doug Kearns, Kris Maglione
Stable release
3.13.1[1] / May 4, 2016 (2016-05-04)
Operating system Cross-platform
Platform Firefox
Type Firefox extension
License MIT License
Website Source code and vimperator.org

Vimperator is a Mozilla Firefox extension forked from the original Firefox extension version of Conkeror and designed to provide a more efficient user interface for keyboard-fluent users. The design is heavily inspired by the Vim text editor, and the authors try to maintain consistency with it wherever possible.

Notable features

One of Vimperator's most notable features is mouseless browsing,[2] which is a result of Vimperator's hints, command line with command completion, and comprehensive keyboard-accessible help system.

Hint mode

Vimperator hint mode (a screenshot of vimperator version 2)

Vimperator hints allow users to perform actions on clickable web page items that would normally be completed with the mouse. When the hint mode is accessed, all clickable items on a page are tagged with numbers. The user can select one of the items by typing its number or typing a part of its link text. Once the item is unambiguously specified, the browser proceeds as if the item was accessed with the mouse. Depending on how hint mode was entered, the browser might proceed by clicking on the item, focusing on it, copying its link location, or several other tasks that would usually be completed with aid of a mouse.

This function was originated in an extension named Hit-a-Hint, and the vimperator developers adopted the function as a vimperator module in the early stage of development, and rewrote the code to make it lighter in pages with many links. They also added function of selecting actions like copying link locations etc.

Command line

Most of Vimperator's features may be accessed via its Vim-like command line that appears at the bottom of each window. As with Vim, these commands begin with ':'. When the ':' key is pressed, Vimperator moves into "ex mode," which moves the cursor into the command line for the user to complete the command.

Completion

Automatic completion of an :open command in Vimperator.

Vimperator provides a sophisticated completion system with auto-completion support. This not only saves typing, but allows the user to explore without having to resort to manuals, or indeed leave the command line at all. Often, completion eliminates the need for menus. For instance, instead of using the tab menu, a user with auto-completion enabled may press 'b' to open the command line to the 'buffer' command, which will automatically provide a completion list of all open tabs. The user would then select a tab by typing part of its title, URL, or index.

Online help

Vimperator showing :help :open

To ameliorate its steep learning curve, Vimperator provides an online help system similar to that of Vim. The 'help' command provides quick access to help on a wide array of topics, including all available commands and options. The help pages are indexed via tags, which the user can see while browsing the help pages. To access a help section in the future, one simply needs to type ':help <tag>'. Moreover, the help tags follow common naming guidelines. So, for instance, all commands are tagged with :<command>, all options with '<option>'.

External editor

Vimperator with external editor

Vimperator allows the use of external texteditors for data entry in text input areas. Pressing ^I whilst the cursor is in one of these areas starts the editor.

Scripts

Vimperator supports extending its base functionality with scripts.[3][4] The scripts are written using JavaScript and a limited version of Vimscript.

See also

References

This article is issued from Wikipedia - version of the 5/30/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.