Possibly the live coding series? Live coding 5
Links from the walk-thru
- VIM Adventures
- (please contribute here)
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