Go to content Go to navigation Go to search

My VimRC File

I use Vim as my primary text editor. Here is my _vimrc file for Windows.

 au GUIEnter * simalt ~x   “ start out with window maximized
 colors desert   
 set number 
 set autochdir   
 set guifont=courier\ new:h12   
 set tabstop=3   
 set nobackup   
 set noswapfile  
 set shiftwidth=3
 set showmode
 set showcmd
 set nowrap
 set noautoindent
 set indentexpr=

hi Normal guifg=White guibg=black hi Folded guibg=black guibg=gold hi FoldColumn guibg=black guifg=tan