From 7a83371f077fcc83fc312de755cd98d6f7f27553 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 6 Oct 2014 22:50:22 -0300 Subject: Noautoindent for mail composition --- vimrc.dot.link | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc.dot.link b/vimrc.dot.link index 886181e..e7e675f 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -133,6 +133,10 @@ nmap t :OpenNERDTree vmap "+yi vmap "+c +" Workaround for mail editing. There must be a plugin enabling autoindent in +" mail composition, which is annoying. +au FileType mail set noautoindent + " Color scheme "colorscheme github "colorscheme solarized -- cgit v1.2.3