Releases: usagi-flow/evil-helix
Releases · usagi-flow/evil-helix
evil-helix-20250104
evil-helix-20240716
Merged upstream changes for 24.07. See changelog.
Note
2024-08-30: release amended, added a windows x64 build artifact
evil-helix-20240618
evil-helix-20240601
- Feature: Add the word end (
e
) and long word (W
,B
,E
) motions (#25, #26) - Feature: Implement the find_char commands (
f?
,t?
,?F
,T?
) (#14) - Fix: Avoid panic when deleting a character (
x
) at the end of file (#23) - Enhancement: Adjusted the statusline defaults to provide a layout like in the README screenshot, with more similarities with Lualine (#13)
- Enhancement: Enable statusline colors (mode and filetype) by default (#13)
- Enhancement: Disable the automatic newline at the end of file by default (
editor.insert_final_newline
is now an opt-in option) (#13)
evil-helix-20240524
- Feature: Implement the "inner word" modifier (
ciw
,diw
) (#12)
evil-helix-20240521
evil-helix-20240519
- Feature: Added Vim modeline support (#3)
evil-helix-20240517
release-20240517
evil-helix-20240516
feat-evil-base feat(commands): ci