diff options
Diffstat (limited to 'dot_vimrc')
-rw-r--r-- | dot_vimrc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dot_vimrc b/dot_vimrc new file mode 100644 index 0000000..9586033 --- /dev/null +++ b/dot_vimrc @@ -0,0 +1,28 @@ +" 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:· |