From 52e6a996b3b89da19e6fde0611dd1f15fe4fa9da Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 19 Jun 2019 15:24:48 +1200 Subject: Add abbreviation to TextAnywhere Vim ftplugin --- vim/ftplugin/textarea.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vim/ftplugin/textarea.vim') diff --git a/vim/ftplugin/textarea.vim b/vim/ftplugin/textarea.vim index c6c2f1fd..5cdb2bba 100644 --- a/vim/ftplugin/textarea.vim +++ b/vim/ftplugin/textarea.vim @@ -8,3 +8,6 @@ endif nnoremap f \ :setlocal filetype=mail let b:undo_ftplugin = 'nunmap f' + +" #s expands to the #signature tag used in Cerb +inoreabbrev #s #signature -- cgit v1.2.3