Releases: fr3nd/msx-vi
Releases · fr3nd/msx-vi
v0.1.0
v0.0.6 ALPHA
- Implemented 'w', 'e' and 'b' to move along words.
- Fixed file size when saving files smaller than original one.
- Implemented :n to go to line number
v0.0.5 ALPHA
- Fixed bugs with lines longer than 80 chars
- Improved horizontal scrolling
v0.0.4 ALPHA
- Implemented more commands
- I and A to insert
- x and X to delete chars
- backward and forward search
- G and gg to move to first and last line
- dd to delete line
- d0 and d$ to delete until the end or beginning of line
- r to replace current char
- :x to save and exit
- H M and L to move cursor on the screen
- When file doesn't exist, create it when saving
v0.0.3 ALPHA
- Opening files is much faster now
- Fix: Saving files properly now
- Fix: Error message is shown when exiting
- Implemented
color
command to change screen color. Usage example:color 15 1 1
- Interface improvements
v0.0.2 ALPHA
- Speed increase
- Using inverted text for status bar
- Bugfixes
v0.0.1 ALPHA
First release. Still work in progress.