hylobates@jlai.lu to linuxmemes@lemmy.worldEnglish · 1 day agoDon’t get me wrong…jlai.luimagemessage-square87fedilinkarrow-up1486arrow-down126
arrow-up1460arrow-down1imageDon’t get me wrong…jlai.luhylobates@jlai.lu to linuxmemes@lemmy.worldEnglish · 1 day agomessage-square87fedilink
minus-squareBysmuth@lemmy.ziplinkfedilinkEnglisharrow-up7arrow-down1·1 day agoCode and intellij have plugins available to use vim keybindings on them. I like this approach to get the best of both worlds
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up9·1 day agothe vim plugins are so bad… they only support the super basic stuff, as soon as you want flags with your search or chaining of commands they are useless
minus-squareSomething Burger 🍔@jlai.lulinkfedilinkarrow-up10·edit-21 day agoThe neovim plugin for VSCode uses the actual nvim binary as a backend and supports all features.
minus-squareCosmicTurtle0@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up8·1 day agoIt’s not the same. Granted it’s been years since I used the vim plugin but last time I tried it couldn’t even do standard find and replace.
Code and intellij have plugins available to use vim keybindings on them. I like this approach to get the best of both worlds
the vim plugins are so bad… they only support the super basic stuff, as soon as you want flags with your search or chaining of commands they are useless
The neovim plugin for VSCode uses the actual nvim binary as a backend and supports all features.
that’s a pretty neat solution
It’s not the same. Granted it’s been years since I used the vim plugin but last time I tried it couldn’t even do standard find and replace.
This is the way