6 set smartindent "Turn on smart indent
7 set tabstop=4 "set tab character to 4 characters
8 set expandtab "turn tabs into whitespace
9 set shiftwidth=4 "indent width for autoindent
10 filetype indent on "indent depends on filetype
12 "let g:solarized_termtrans=1
13 let g:solarized_contrast="high"
17 call togglebg#map("<f7>")
22 "set cursorline "Highlight current line
24 set formatoptions=tcqn2
28 " stop indenting when pasting
29 nnoremap <f5> :set invpaste paste?<CR>
31 " then try hitting the F5 key while in insert mode
35 " Disable auto-identing
36 nnoremap <f8> :setl noai nocin nosi inde=<CR>
37 " Re-enable auto-identing
38 nnoremap <f9> :setl ai cin si<CR>
41 set guifont=Monospace\ 9