From 14791883624bf10227a6ffa9172c8030b87d4675 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Thu, 15 Jul 2021 01:57:30 +0200 Subject: Lots of renames: stow can't handle folder with --dotfiles option. --- stow/vim/.vim/ftplugin/sent/sent.vim | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 stow/vim/.vim/ftplugin/sent/sent.vim (limited to 'stow/vim/.vim/ftplugin/sent/sent.vim') diff --git a/stow/vim/.vim/ftplugin/sent/sent.vim b/stow/vim/.vim/ftplugin/sent/sent.vim new file mode 100644 index 0000000..c9cc974 --- /dev/null +++ b/stow/vim/.vim/ftplugin/sent/sent.vim @@ -0,0 +1,19 @@ +" ~/.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 % & -- cgit v1.2.1