Vim Tutorials

Probably like me, some people might be intersted in learning Vim (“the most powerful text editor”). In this topic we can add posts with Vim tutorials or cheat sheets or whatever helpful resource you may find :slight_smile:

I found this one today:

Learn Vim Progressively

6 Likes

http://astonj.com/tech/learning-vim :003:

Also there’s a great theme here (Theme now lives here).

4 Likes

Great @AstonJ, I’m going to use yours :smiley:

Unfortunately, the Elixir Vim theme doesn’t seem very good.

2 Likes

Yeah I love that theme. If I’m able to figure it out, I will try to port it to Spacemacs, and then maybe Elixirfy it (for Vim too) :lol:

2 Likes

The way I did it was by just switching one day and googling every time I got stuck. Don’t know if that’s the best way to go about it, but it worked for me!

2 Likes

Learn VIM while playing a game.

5 Likes

How could I forget Vim Adventures… it’s brilliant :023:

3 Likes

When I used vim years ago (before switching to emacs) I watched the vimcasts tutorials. Most of them are at an intermediate or professional level (at least far beyond my skills when I watched them ;)), but I think they are a good learning resource when you have put of the baby-wheels.

5 Likes

The most important tutorial when starting vim is the built-in vimtutor.

Then read this famous ‘grok vi’ post: http://stackoverflow.com/a/1220118/606167

7 Likes

+1 for vimtutor

3 Likes

I found this interactive tutorial, looks nice
Best tutorial for starers :heartbeat:
https://thoughtbot.com/upcase/onramp-to-vim

http://www.vimgenius.com/

2 Likes

thanks AstonJ,
I do like your articles about ruby,thanks.

3 Likes

And… once one is proficient in Vi/Vim, the next evolutionary step is to step up and install Spacemacs. :slight_smile:
All the goodness of Vim and Emacs rolled into one.

2 Likes

But I am not there yet … :slight_smile:

If you know the basics as per the blog post I posted above, you should be fine :023:

1 Like

The best vim tutorial is just to try it exclusively for a month. Use :h or Google when you need help. Muscle memory takes time to develop.

Plenty of college freshmen get decent at vim every year without much/any help by just using it for a semester.

2 Likes

To do this I would need to take vacation for a month :smiley:
But I have vim plugin for:

  • IntelliJ IDEA
  • visual studio code
  • chrome browser
1 Like