vimrc tweaks

This commit is contained in:
Luke Smith 2018-07-30 01:20:53 -04:00
parent ac2368631e
commit ca3742ad28

4
.vimrc
View file

@ -62,13 +62,13 @@ let mapleader =" "
autocmd BufRead,BufNewFile /tmp/calcurse*,~/.calcurse/notes/* set filetype=markdown autocmd BufRead,BufNewFile /tmp/calcurse*,~/.calcurse/notes/* set filetype=markdown
" Readmes autowrap text: " Readmes autowrap text:
autocmd BufRead,BufNewFile *README.md set tw=79 autocmd BufRead,BufNewFile *.md,*.tex set tw=79
" Get line, word and character counts with F3: " Get line, word and character counts with F3:
map <F3> :!wc <C-R>%<CR> map <F3> :!wc <C-R>%<CR>
" Spell-check set to F6: " Spell-check set to F6:
map <F6> :setlocal spell! spelllang=en_us,es<CR> map <F6> :setlocal spell! spelllang=en_us<CR>
" Toggle DeadKeys set (for accent marks): " Toggle DeadKeys set (for accent marks):
so ~/.vim/luke/deadkeys.vim so ~/.vim/luke/deadkeys.vim