Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ksk5280/7ae8ae5f81449b5028f12f32b33d1b66 to your computer and use it in GitHub Desktop.
Save ksk5280/7ae8ae5f81449b5028f12f32b33d1b66 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
https://github.com/VundleVim/Vundle.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment