Earlier quoted context omitted.
> There are plugins that, so far as I know, can do a lot of what an IDE can do I want to add that the converse is true too: there are a lot of plugins (for IDEs) that do a lot of what Vim can do. I personally use the neovim integration for VSCode and it's really nice.
Have you used the real vim a lot in the past? More than a few days of trying it out, I mean. Probably you replied around the same time as I edited in: >> Try it for one month and see if you want to go back to standard editors. Odds are, you'll want the best of both worlds, start looking for vim key binding plugins in IDEs, and end up like me with missing vim after all because those keybind plugins are usually not so…
Ask HN: Is Vim still worth learning?
91–93 of 93 posts
Re: Ask HN: Is Vim still worth learning?
#92Some people do have very difficult relationship with their bodies.
Re: Ask HN: Is Vim still worth learning?
#93Earlier quoted context omitted.
That holds on paper but I'm not sure I agree. I've used Notepad++, Sublime Text, Atom, and Visual Studio Code. Each of these has introduced game changing improvements (ST has popularized the command palette, Atom allowed high quality, well integrated, and easy to write extensions, VSCode improved upon Atom with way better performance, brought LSP, and drastically improved the remote dev experience). They have in comm…
Agree with improvements available in other editors. But disagree with this: > I never think "damn, typing 3dd would be so much faster than selecting 3 lines and hitting delete" I actually do think that all the time, and get annoyed when I have to take the second or so to move away from the keyboard to find the mouse/trackpad. Need to delete three lines, starting with line 54 at the top of your screen? 54gg 3dd I woul…