Extensions inspire

Vimable

4

Details

Author:
Deverer32

Category:
Developer Tools

Version:
1.1.1

Users:
2

Rating:
4

Size:
304KiB

Price:
Free

Updated:
May 27, 2015

Webstore Link:
https://chrome.google.com/webstore/detail/vimable/ockfmbehhffnhalkoambfphhikmaggfd

Download

version 1.1.1  - Download ZIP file

Description

Vimable is an Extension for Chrome that gives users the text processing capabilities of Vim, in their browser. It enables fast text processing and browser navigation all with the aim of increasing productivity for developers, technical professionals.

This is a project that I am developing for a college project, and will be open sourced on git hub once the college semester is over. Feel free to leave feedback, any suggestions/reports of bugs are appreciated.


Lastest Features:
- Expanded command support in Normal and Visual Mode.
- Click Vimable browser button to toggle the extension on and off.
- UI prompts added to indicate the current mode. (A badge over the browser action button)

=========================================================================

Most commands can be preceded by a number, treated as [count] 3, 10, 11. The command is then performed that many times.

Currently supported commands:
Normal Mode:
‘h’ - Move the cursor [count] characters to the left.
‘j’ - Move the cursor [count] characters to the right.
‘k’ - Move the cursor [count] lines upward.
‘l’ - Move the cursor [count] lines downward.
‘w’ - Move the cursor [count] words forward.
‘b’ - Move the cursor [count] words backward.
‘(‘ - Move the cursor [count] sentences forward.
‘)’ - Move the cursor [count] sentences backward.
‘{’ - Move the cursor [count] paragraphs forward.
‘}’ - Move the cursor [count] paragraphs backward.
‘i’ - Enter “Insert Mode”, and insert the input text, [count] times.
‘~’ - Change the case of the next [count] characters.
‘r’ - Replace the character after the cursor with the next input character.
‘R’ - Enter “Replace Mode”. Replacing text, rather than inserting it.
‘p’ - Paste text from register “x” [count] times.
‘P’ - Paste text from register “x” [count] times.
‘u’ - Undo

Insert Mode:
ESC - return to normal mode.

Visual Mode:
‘h’ - Select [count] spaces to the left.
‘j’ - Select [count] spaces to the right.
‘k’ - Select [count] lines upward.
‘l’ - Select [count] lines downward.
‘w’ - Select [count] words forward.
‘b’ - Select [count] words backward.
‘(’ - Select [count] sentences forward.
‘)’ - Select [count] sentences backward.
‘{’ - Select [count] paragraphs forward.
‘}’ - Select [count] paragraphs backward.
‘~’ - Change the case of the selection, or (if nothing is selected) the next [count] characters.
‘y’ - Copy the selection, or the next character, into register “x”.
‘d’ - Delete the selection, or the next character.
‘c’ - Delete the selection, or next character, and immediately enter Insert Mode.
ESC - return to normal mode.

===========================================================================

Updates coming soon:
Navigation mode - Will be used for jumping between text areas and form elements.
Search mode - Functioning like "find/replace"
UI Fragments - a "help" dialog box with the list of available commands.

Top Extensions

 
(10943)
 
(50577)
 
(98995)
 
(25231)
 
(8324)
 
(1434)
 
(11367)

What has inspired us?

Extore is a team of professionals who are passionate about creating extensions for web browsers. This devotion also gives us opportunity to appreciate work of other people. We get inspired by useful, open source extensions made by developers all over the world. Our strong belief is that one should share helpful add-ons with others. That’s why we’d like to present you our ever-growing list of favourite extensions that have inspired us. Moreover, as you probably have already learned, sometimes struggling for the best brings an end to the good. Talking about add-ons it often turns out that an upgrade is worse then previous version. Also it can become really tricky to get back to the beloved version of your favourite extension. That’s why we’re going to make not only the latest, but all versions of our favourite (and we hope yours too) add-ons available for download. No more compromises, just stick to the version you really like!