diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-12-08 11:56:43 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-12-08 11:56:43 -0200 |
commit | 78390f73c63348977053da9802d5a7767411eb6b (patch) | |
tree | 1d32e5b37d8391745754805627adaf98b93732a4 | |
parent | 12268d90bed84b590cb567182a0099f1e92c81bd (diff) | |
download | vim-78390f73c63348977053da9802d5a7767411eb6b.tar.gz vim-78390f73c63348977053da9802d5a7767411eb6b.tar.bz2 |
For email: unfold and delete to your signature
-rw-r--r-- | vimrc.dot.link | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link index e7e675f..7b04e37 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -137,6 +137,10 @@ vmap <C-x> "+c " mail composition, which is annoying. au FileType mail set noautoindent +" For email: unfold and delete to your signature +" See https://hroy.eu/tips/vim/email-delete-til-signature/ +noremap ,dd zi:.;/^-- $/d<CR>O-- <UP><End><CR><CR><UP><CR><C-O>zi + " Color scheme "colorscheme github "colorscheme solarized |