Skip to content

25.01.1-1315b7e-vim.hx.1659bf0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 15:57
· 12 commits to main since this release
1659bf0

New Features:

  • Add :vim_enable and :vim_disable commands to temporarily toggle between Vim and Helix.
  • You can use temporary Vim mode toggling in your config, e.g.:
    "A-up" = ["vim_cmd_off", "expand_selection", "vim_cmd_on"]
  • Update the default jumplist behavior to better match traditional Vim navigation.

The CI was fixed by @parisni, thanks