442 |
442 |
443 let g:airline#extensions#branch#format = 2 |
443 let g:airline#extensions#branch#format = 2 |
444 |
444 |
445 ">> interestingwords |
445 ">> interestingwords |
446 " These are jellybeans colors and some complements |
446 " These are jellybeans colors and some complements |
447 let g:interestingWordsGUIColors = ['#C4A258', '#D8AD4C', '#6AADA0', '#71B9F8', '#A037B0', '#CF6A4C'] |
447 let g:interestingWordsGUIColors = ['#C4A258','#6AADA0', '#71B9F8', '#A037B0', '#CF6A4C', '#D8AD4C'] |
448 let g:interestingWordsRandomiseColors = 1 |
448 let g:interestingWordsTermColors = ['179', '73', '75', '133', '167', '136'] |
449 " }}} |
449 " }}} |
450 |
450 |
451 " {{{ Commands |
451 " {{{ Commands |
452 " Preview markdown mail -- I edit with headers so I box them in a code block. |
452 " Preview markdown mail -- I edit with headers so I box them in a code block. |
453 command! MailPreview enew | set bt=nofile | 0r # | exe 'norm! 0O```<Esc>}O```' | silent exe '%!mutt-md2html | mutt-html2txt' | 0 |
453 command! MailPreview enew | set bt=nofile | 0r # | exe 'norm! 0O```<Esc>}O```' | silent exe '%!mutt-md2html | mutt-html2txt' | 0 |