aboutsummaryrefslogblamecommitdiff
path: root/dot_vimrc
blob: 95860333f0525a0f76d5f42fc365baf55dace760 (plain) (tree)
1
2
3
4
5
6
7
8
9
            

                       



               
         
             


                
 

                                   
 

                    
 

                                     
 
                
 
                     
 
                                                                        
                                                                     
" Appearance
syntax on
colorscheme brookstream
set bg=dark
set modeline
set modelines=1

" Tabbing
set expandtab
set shiftwidth=4
set smarttab
set autoindent

" We want a mouse in consoles, so:"
set mouse=a

" Use system plugins
filetype plugin on

" Use system per-filetype indentation
filetype indent on

set textwidth=80

set pastetoggle=<F10>

au BufEnter ~/.mutt/tmp/* set textwidth=72 | set list lcs=trail:-,nbsp:%
au BufEnter */gophermap set list lcs=trail:-,nbsp:%,tab:»·,space:·