.config/nvim/plugin/vimrc/commands.vim

Tue, 14 Nov 2023 02:24:17 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 14 Nov 2023 02:24:17 -0500
changeset 1135
7a17b7825b5f
parent 1079
b59861305252
child 1155
fcec334dfe7a
permissions
-rw-r--r--

switch fidget.nvim back to main

command! SyntaxCompleteOn setl omnifunc=syntaxcomplete#Complete

command! Mksession execute "mksession! " . v:this_session
command! PruneSession call vimrc#PruneSession()

" Preview markdown mail -- I edit with headers so I box them in a code block.
command! MailPreview     enew | set bt=nofile | 0r # | exe 'norm! 0O```<Esc>}O```' | silent exe '%!mutt-md2html | mutt-html2txt' | 0
command! MailPreviewHTML enew | set bt=nofile | setf html | 0r # | exe 'norm! 0O```<Esc>}O```' | silent exe '%!mutt-md2html' | 0

mercurial