aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-19 15:24:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-19 15:24:48 +1200
commit52e6a996b3b89da19e6fde0611dd1f15fe4fa9da (patch)
treef78b8b41fae32263696dc71d601e8b76ba1bc47b
parentFix a comment in mail Vim ftplugin (diff)
downloaddotfiles-52e6a996b3b89da19e6fde0611dd1f15fe4fa9da.tar.gz
dotfiles-52e6a996b3b89da19e6fde0611dd1f15fe4fa9da.zip
Add abbreviation to TextAnywhere Vim ftplugin
-rw-r--r--vim/ftplugin/textarea.vim3
1 files changed, 3 insertions, 0 deletions
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 <buffer> <LocalLeader>f
\ :<C-U>setlocal filetype=mail<CR>
let b:undo_ftplugin = 'nunmap <buffer> <LocalLeader>f'
+
+" #s expands to the #signature tag used in Cerb
+inoreabbrev #s #signature