Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 922 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 922 Bytes

Five Fast Vim Tips

  1. You will be faster in 2 weeks
  1. Move to a file fast
  • :R(model | controller | view | migration | helper | observer...)
  • Create splits by appending S or V
  • Go to File
  1. Bounce around fast
  • C-o to bounce back
  • / to find, n to next
  • :linenumber
  1. Tmux/Turbux/Tslime for fast tests
  1. Move blocks fast with one command
  1. (fast) Change Comes From Within
  • Change Inside Delimiters - type c-i-X where X is ", (, [, etc.
  • Change 'Till X - type c-t-X where X is the query character