12
Kyu96
6y

Fastest way to learn VIM? Definitly wanna learn it.

Comments
  • 2
    @tarstrong This.
  • 1
    In the vim docs Theres a free eBook linked which i Found pretty useful (right In the first page)
  • 3
    I second Vim tutor, and after you get the basics, there's no secret: Do it over and over again.

    Tips: Don't use the configuration of someone else nor should you install 1337 plugins before having basic understanding of the editor.
  • 0
    set -o vi
    If you work in terminal a lot ;)

    set -o sed to go back ;)
  • 0
    Read about the very basics then just use it, and look things up online if you need to know something
Add Comment