diff options
| -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 |