NppVim 1.6.0.0 Release - what's next macros?
-
NppVim 1.6.0.0 Is Here!
Hey everyone!
I’m super pumped to share that NppVim 1.6.0.0 is officially out, bringing you even closer to the full Vim editing experience right inside Notepad++.
Here’s what’s fresh in this release:
New:
- Visual Block Mode – Yep, you can now select blocks with
Ctrl+q(just likeCtrl+vin Vim). - Line Centering – Press
zzto bring the current line to the center of your screen. - Toggle Comments –
gcto toggle comments. - Add New Lines in Style:
- Press
[spaceto add a line above the current one - Press
]spaceto add one below
- Press
What’s Coming Next?
- Macros! Soon, you’ll be able to record and replay macros using
q<char>and@<char>. Big productivity boost ahead. - Got Ideas? I’d love to hear them. Drop your suggestions, feature ideas, or feedback — they really help guide development.
🔗 https://github.com/h-jangra/NppVim
Thanks for the support.
- Visual Block Mode – Yep, you can now select blocks with