Open
Description
I have added this to my .vimrc to compile rmarkdown
autocmd filetype rmd nnoremap <F5> :RMarkdown<Space>pdf<Space>latex_engine="pdflatex"<enter>
Which will render and open the pdf but the process is not disowned so I can't continue editing the file in vim. I tried adding <bar>&<Space>disown
behind it but that just stops the rendering as the RMarkdown
command reads it a another parameter.