extend config and rearrange some things

This commit is contained in:
2017-04-22 22:28:30 +02:00
parent 04522a176e
commit 8212800aab
5 changed files with 56 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
syn on
" Enable Ctrl+Backspace deleting the last word
:imap <C-BS> <C-W>
imap <C-BS> <C-W>
set backspace=indent,eol,start " more powerful backspacing
set nocompatible " no vi compatible, seems to be good
set expandtab " covert TAB to spaces
@@ -27,7 +28,9 @@ set whichwrap+=<,>,[,]
" ASTROID
autocmd BufRead /home/max/.cache/astroid/* :source ~/.vim/advanced.vim
autocmd BufRead /home/max/.cache/astroid/* :source ~/.vim/mail.vim
autocmd BufRead /home/max/.cache/astroid/* :source ~/.vim/astroid.vim
" Thunderbird
autocmd BufRead /tmp/*.eml :source ~/.vim/advanced.vim
autocmd BufRead /tmp/*.eml :source ~/.vim/mail.vim