Skip to content

Releases: usagi-flow/evil-helix

evil-helix-20240716

16 Jul 14:24
release-20240716
0e5534b
Compare
Choose a tag to compare

Merged upstream changes for 24.07. See changelog.

Note

2024-08-30: release amended, added a windows x64 build artifact

evil-helix-20240618

18 Jun 18:17
release-20240618
2dc286a
Compare
Choose a tag to compare
  • Feature: Bind match_brackets to % (#32)
  • Fix: Avoid a panic when appending at the EOF (#31)

evil-helix-20240601

01 Jun 21:12
release-20240601
d2a3d78
Compare
Choose a tag to compare
  • 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

24 May 21:49
Compare
Choose a tag to compare
  • Feature: Implement the "inner word" modifier (ciw, diw) (#12)

evil-helix-20240521

21 May 20:32
b02096f
Compare
Choose a tag to compare
  • Fix: If no user configuration is found, evil-helix now correctly loads the evil mode (#7)
  • Improvement: hx --version now shows evil-helix as the app name (#6)

evil-helix-20240519

19 May 21:47
4407a8d
Compare
Choose a tag to compare
  • Feature: Added Vim modeline support (#3)

evil-helix-20240517

17 May 18:18
release-20240517
bcbbd4f
Compare
Choose a tag to compare
release-20240517

evil-helix-20240516

14 May 19:58
e261e4d
Compare
Choose a tag to compare
feat-evil-base

feat(commands): ci