Skip to content

Instantly share code, notes, and snippets.

@thePaulista
Last active April 22, 2016 22:03
Show Gist options
  • Save thePaulista/89cd10d2ad2d3b53bbfdb94bfb4576cb to your computer and use it in GitHub Desktop.
Save thePaulista/89cd10d2ad2d3b53bbfdb94bfb4576cb to your computer and use it in GitHub Desktop.
Vim Tips and Resource
Cheat Sheet:
http://vim.rtorr.com/ (START with this one)
http://www.catswhocode.com/blog/130-essential-vim-commands
Vim Adventure: vim game to help you with navigation.
http://vim-adventures.com/
Vim Golf: check your keystroke count. It's the exercism of vim.
http://www.vimgolf.com/
Vim Tutor: practice 30 min daily until the deep dive!
$vimtutor
.....super important! exit with a :q!....do not save your work on vimtutor.
Vim videos: super helpful in learning good and quick shortcuts
http://vimcasts.org/
tons of youtube vids
Book:
Practical Vim by Drew Neil (a.k.a, host of vimcasts)
Online Book:
http://learnvimscriptthehardway.stevelosh.com/
Blog: Vim vs Emacs vs Atom
https://medium.com/@mkozlows/why-atom-cant-replace-vim-433852f4b4d1#.529lrqpee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment