diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-10-06 00:10:19 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-10-06 00:10:19 +0800 |
commit | f7094dd6b496f0c6ebc4cc2ab2031b489169dae0 (patch) | |
tree | 5c4256971c23d7a46abf5d5b13b5a0b971fc30fe | |
parent | f4acf456dd8efc21e2b1ac16f5040d6b1d19d9ef (diff) |
update
-rw-r--r-- | vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -108,6 +108,9 @@ autocmd FileType json setlocal foldmethod=syntax | |||
108 | " Apply new SniptMat Parser | 108 | " Apply new SniptMat Parser |
109 | let g:snipMate = { 'snippet_version' : 1 } | 109 | let g:snipMate = { 'snippet_version' : 1 } |
110 | 110 | ||
111 | " Set width of mutt as 72 | ||
112 | au 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 |