25.01.1-1315b7e-vim.hx.1659bf0
·
12 commits
to main
since this release
New Features:
- Add
:vim_enableand:vim_disablecommands 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