#vim
#vimTip of the day, if you've opened two files in a split and what to sync the scrolling in the two panes execute
:set scrollbind
in both of the files, and it syncs up the scrolling, it's wonderful when working on a derivated configuration, and you use an existing file as a template.