Learn terminal and editor vim

Possibly the live coding series? Live coding 5

Links from the walk-thru

What was covered

  • pushd/popd to return script to initial folder
  • vim
    • Inserting
    • Saving & closing
    • Moving around with motions
    • Repeats, commands, and motions
    • ex (:%s, :%g, etc)
    • Using splits
  • ctags
    • Editing a particular class/function
    • Jumping to symbols and back again