" ~/.vim/ftplugin/sent/sent.vim " Vim configuration for writing sent presentations " Tabs hate: tabs are expanded to 4 spaces setlocal tabstop=4 shiftwidth=4 expandtab " Show existing tabs (they can be deleted with :retab) setlocal list call matchadd('ColorColumn', '\%41v', 100) setlocal textwidth=40 setlocal spell let mapleader = " " nnoremap C :sp ~/.vim/ftplugin/sent/sent.vim nnoremap c :w:!killall sent :!sent % & nnoremap o :w:!sent % &