This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Cobbled together from the internet (mostly from | |
" rtomayko's dotfiles on github: | |
" http://github.com/rtomayko/dotfiles/blob/rtomayko/.vimrc) | |
" ---------------------------------------------------------- | |
" GENERAL | |
" ---------------------------------------------------------- | |
set nocompatible " No vi compatibility | |
set history=1000 " lots of history |