aboutsummaryrefslogtreecommitdiff
path: root/files/vim/ftplugin/sent/sent.vim
blob: c5813d528eded27ada2c33ad3098641638eb4d25 (plain)
1
2
3
4
5
6
7
8
9
" ~/.vim/ftplugin/sent/sent.vim
" Vim configuration for writing sent presentations

call matchadd('ColorColumn', '\%21v')
setlocal textwidth=20

setlocal spell

nnoremap ,r :w<CR>:!sent % & <CR><CR>