projects
- intro (due 20140903)
- resume (due 20140903)
- notes (on-going)
- archives (due 20140917)
- puzzlebox (due 20140924)
- puzzlebox2 (due 20141001)
- dataproc (due 20141022)
- statuscalc (due 20141119)
- timeonline (due 20141218-172959)
projects
Since we'll be using VIM quite a bit this semester (and hopefully beyond!), we should customize it to make it even more useful than it is already!
Open your vim config file:
lab46:~$ vim ~/.vimrc
Here are some good starter settings you may find useful. Use your references to look up what these options do.
set tabstop=4 set shiftwidth=4 syn on set cursorline set number set smartindent
Save and exit when done.
When you next open vim to edit a file, you should notice some differences in both appearance and behavior.