Releases: nielstron/vimulator
Releases · nielstron/vimulator
Release 0.6.4: Fix shift+A
release-0.6.4 Fix deploy?
release-0.6.3: New version
- Add a bunch of commands (m, ', `, s, S) and fix commands in visual mode (^, arrows, G, g g)
release-0.6.2
Minor change in build and README
release-0.6.1
Fix last position for x, delete selection, multiline editing
release-0.6.0: Matching brackets, UI overhauls, replace in visual mode
- fix exiting the command line mode by ESC - carets are block now per default - replacing now works in visual mode - Matching Bracket (%) introduced
release-0.5.2: New patch version
- fallback to "normal" input handler in insert mode - smaller fixes (replace/find char, paste)
release-0.5.1
- fixed "replace char" and "find next char" ops (anything thank invokes only the next character but is general)
- fixed selection to the word end in visual mode, pasting in visual mode
release-0.5.0
This project is a port of the jEdit Plugin Vimulator by mike dillon,
modified to work for jdk 15 and jEdit 5.
This project is WIP, but already features
- vi-like navigation
- basic commands (i.e. w,q)
- insertion, replace and visual modes
- the 3 visual modes, visual, visual block and visual line
- yanking
- multiple caret editing