From 78390f73c63348977053da9802d5a7767411eb6b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 8 Dec 2014 11:56:43 -0200 Subject: For email: unfold and delete to your signature --- vimrc.dot.link | 4 ++++ 1 file changed, 4 insertions(+) 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 " 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:.;/^-- $/dO-- zi + " Color scheme "colorscheme github "colorscheme solarized -- cgit v1.2.3