this post was submitted on 01 Jul 2023
52 points (100.0% liked)
Programming
13562 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Using Vim-Bindings in an IDE is nice, but I could live without them.
The structurally-aware commands of your IDE are at least as important. (expand selection, surround, refactorings, the contextual commands on alt-enter, ...)
Do not replace your IDE with cli vim.
You can do all of that with neovim and lsp integration though. I'm not fully using nvim as my ide but I'm getting there and will be soon.
No, definitely not, but consider learning how to express such things in Vim, then apply Vim bindings to your IDE.