aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-10-06 00:10:19 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-10-06 00:10:19 +0800
commitf7094dd6b496f0c6ebc4cc2ab2031b489169dae0 (patch)
tree5c4256971c23d7a46abf5d5b13b5a0b971fc30fe
parentf4acf456dd8efc21e2b1ac16f5040d6b1d19d9ef (diff)
update
-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