New Vim modal editing plugin release
-
Hi everyone,
I’ve submitted a PR to release the NppVim plugin, which brings Vim-style modal editing to Notepad++.
The plugin currently supports basic Vim motions like h, j, k, l, 0, $, o, d, and more.
I’m still working on adding additional mappings and features.Feedback and suggestions are welcome!
-
Would you mind linking us to that PR? The last Vi-like plugin for Notepad++ that I remember was ViSimulator (discussed here), which was apparently abandoned nearly a decade ago. (Nothing ever came of the supposed revival, as far as I can tell.)
-
Hello, @h-jangra, @peterjones and All,
Peter, I suppose that the @h-jangra’s project is defined in :
https://github.com/h-jangra/NppVim
And that his first release can be donwloaded from :
https://github.com/h-jangra/NppVim/releases/tag/v1.0.0
Of course, I have not tested this plugin yet !
Best Regards,
guy038