extend config and rearrange some things
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user