0
Vim
Iâm studying how to use vim but Iâm kinda stuck with it. Are there any good ways to learn it?
3 RĂ©ponses
+ 1
Vim folks practice a lot. Like a lot a lot. They customize and use shortcut keys like crazy. (Yeah, maybe I'm stereotyping a bit.) If you're looking for a good after-basic-notepad environment, I'd recommend something more like VScode. Otherwise, if you've used plenty of other environments already and there's a specific aspect of Vim you're struggling with, maybe we have a better answer if given a more specific question. âș
Happy coding!
+ 1
Type
vimtutor
in your terminal and go through that tutorial to grasp the basics.
Otherwise there are a lot of beginners and advanced tutorials which can be found online.
+ 1
vimhacks101 book is good for learning vim.