Fox0430 Moe Versions Save

A command line based editor inspired by Vim. Written in Nim.

v0.1.6

4 years ago

Support clipboard in visual block mode Support open multiple files from the command line Add j command (Join lines) in visual (visual block) mode Improve performance of search highlights and full-width space highlights Improve performance of highlighting other uses of the current word under the cursor Add unit tests

Fix that the string sent to the clipboard does not include a line break Fix ex command suggestion in ex mode Fix file path suggestion in ex mode Fix #474 Fix #502 Fix #521 Fix #529

v0.1.5

4 years ago

Support paren pair highlighting Support full-width space highlighting Support highlighting other uses of the current word under the cursor Support auto delete paren Support smooth scrolling Add clipboard setting Allow to interrupt the opening of a file with Ctrl-c

Fix #473 Fix #481 Fix #492

Add and fix unit tests

v0.1.4

4 years ago

Supports vertical / horizontal split window

Fix #444 Fix #451 Fix #453

v0.1.3

4 years ago

Support pop-up window Support pop-up window with ex mode suggestions Support highlighting when replacing text

Fix #430

v0.1.2

4 years ago

Support display all buffer in tab line.
Support change status bar color when change mode.
Improve suggestion in ex mode.
Improve clipboard.
Enabled real time search by default.

Add many tests.
Refactor.
Documentation enhancements.

v0.1.1

4 years ago

Support real time text search
Support clipboard
Support messages log viewer

Bug fix #382 Bug fix #384 Bug fix #390

v0.1.0

4 years ago

Support live reload of configuration file
Support suggestion in ex mode
Support auto save

Support Ctrl-[ command in normal mode
Support f command in normal mode
Support yw command in normal mode
Support d0 and d$ commands in normal mode

Some improve ex mode

Bug fix #346 Bug fix #353

v0.0.90

4 years ago

Support infinite undo/redo

Fix #331 Fix #332 Fix #334

v0.0.84

4 years ago

Fix version of -v option

v0.0.83

4 years ago

Fix #327