We Recommend

bash Cookbook: Solutions and Examples for bash Users bash Cookbook: Solutions and Examples for bash Users
bash Cookbook teaches shell scripting the way Unix masters practice the craft. It presents a variety of recipes and tricks for all levels of shell programmers so that anyone can become a proficient user of the most common Unix shell -- the bash shell -- and cygwin or other popular Unix emulation packages.


Posted By

rhockens on 11/09/07


Tagged

vim


Versions (?)


.vimrc


Published in: Other 


  1. "
  2. " .vimrc
  3. " Ralph Hockens <rhockens@panix.com>
  4. " Last modified: Tuesday, November 6, 2007
  5. "
  6. "
  7. colors inkpot
  8. setlocal spell spelllang=en_us
  9. set nocompatible
  10. set formatoptions=l
  11. set incsearch
  12. set lbr
  13. set ru
  14. set ic
  15. set backspace=indent,eol,start
  16. set macatsui

Report this snippet 

You need to login to post a comment.