Hacker News new | ask | show | jobs
by dmix 3337 days ago
Neat, for those unfamiliar as I was:

> Actual uses an embedded Neovim instance to accurately manipulate each Sublime Text buffer as though you were editing the text directly in vim, without breaking any Sublime Text features (aside from multiple selection for now).

https://github.com/lunixbochs/actualvim

1 comments

That needs amending:

- It also breaks the automatic (while typing) completion and snippet suggestion popups (though Sublime's autocomplete has been wired into Vim and works great there)

- Sublime's undo works but isn't coalesced properly while you're in Vim mode (but Vim's works fine there).