This plugin attempts to emulate the functionality of VI/VIM within Netbeans. It has only part commands in vi/vim and with some advance features own itself.
Highlights Features:
- Regular expression search highlights.
- Forwarding and reversing increment search.
- Select a rectangle text area to copy, delete and paste.
- In-line search.
- Quickly navigating opened the editors and all of the files in a project.
- Jump to line by typing a digital.
- :new New file.
- ...
INSERT MODE
Press i enter in INSERT MODE whenever at
COMMAND MODE. It executes no command when it in INSERT MODE, and
all of actions executed by netbeans.
COMMAND MODE
Press ESC key to enter in COMMAND MODE whenever at any a mode.
VISUAL BLOCK MODE
Press b to enter in VISUAL BLOCK MODE when at visual mode
Rectange select a text area.
- d Delete a selected rectangle text area.
- y Copy a selected rectangle text area into the system clipboard.
- mp Paste copied a rectangle text area to the editor.