Switching from Vim to Intellij
browntreelabs.com
Switching from Vim to Intellij
1–10 of 263 posts
Re: Switching from Vim to Intellij
#2Re: Switching from Vim to Intellij
#3There's something to be said by having sane defaults that do exactly what you want. Probably my biggest issue with vim is you can easily find yourself in no man's land because your setup inevitably becomes uniquely your own. For example I used coc.nvim in vim, and although it worked great overall, I would often find autocomplete text sitting in an unnamed buffer that I would have to clean up. Despite googling like crazy and even asking for help in a couple vim communities, I could not solve this problem that seemingly only I had.
The article touches upon this as well, saying a 50 line tsx file doesn't work for the author in vim. For me a 1000 line tsx file works just fine, so the author managed to dig a unique hole for themselves there too, most likely.
Re: Switching from Vim to Intellij
#4can you use Intellij like vim? with command mode etc
Re: Switching from Vim to Intellij
#5can you use Intellij like vim? with command mode etc
Re: Switching from Vim to Intellij
#6can you use Intellij like vim? with command mode etc
Re: Switching from Vim to Intellij
#7can you use Intellij like vim? with command mode etc
Re: Switching from Vim to Intellij
#8can you use Intellij like vim? with command mode etc
Re: Switching from Vim to Intellij
#9can you use Intellij like vim? with command mode etc
For example, I've found the weirdest bugs when using visual block, especially in column mode. It just completely mangles everything.