Skip to content

Releases: nielstron/vimulator

Release 0.6.4: Fix shift+A

15 Feb 11:41
Compare
Choose a tag to compare
release-0.6.4

Fix deploy?

release-0.6.3: New version

30 Jul 10:31
Compare
Choose a tag to compare
- Add a bunch of commands (m, ', `, s, S) and fix commands in visual mode
 (^, arrows, G, g g)

release-0.6.2

25 May 23:26
Compare
Choose a tag to compare
Minor change in build and README

release-0.6.1

03 Apr 23:31
Compare
Choose a tag to compare
Fix last position for x, delete selection, multiline editing

release-0.6.0: Matching brackets, UI overhauls, replace in visual mode

03 Apr 17:31
Compare
Choose a tag to compare
- 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

01 Apr 18:59
Compare
Choose a tag to compare
- fallback to "normal" input handler in insert mode
- smaller fixes (replace/find char, paste)

release-0.5.1

28 Mar 23:12
Compare
Choose a tag to compare
  • 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

23 Mar 15:07
Compare
Choose a tag to compare

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