diff options
Diffstat (limited to 'files/vim/ftplugin')
-rw-r--r-- | files/vim/ftplugin/sent/sent.vim | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/files/vim/ftplugin/sent/sent.vim b/files/vim/ftplugin/sent/sent.vim new file mode 100644 index 0000000..2479f71 --- /dev/null +++ b/files/vim/ftplugin/sent/sent.vim @@ -0,0 +1,8 @@ +" ~/.vim/ftplugin/sent/sent.vim +" Vim configuration for writing sent presentations + +set spell +set textwidth=20 +call matchadd('ColorColumn', '\%21v') + +nnoremap ,r :w<CR>:!sent % & <CR><CR> |