aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index daecde8..3a34219 100644
--- a/vimrc
+++ b/vimrc
@@ -108,6 +108,9 @@ autocmd FileType json setlocal foldmethod=syntax
108" Apply new SniptMat Parser 108" Apply new SniptMat Parser
109let g:snipMate = { 'snippet_version' : 1 } 109let g:snipMate = { 'snippet_version' : 1 }
110 110
111" Set width of mutt as 72
112au BufRead /tmp/mutt-* set tw=72
113
111" Redirection with buffer 114" Redirection with buffer
112" Usage: 115" Usage:
113" :Redir hi ............. show the full output of command ':hi' in a scratch window 116" :Redir hi ............. show the full output of command ':hi' in a scratch window