Is it possible to redirect an output of a command to the quick fix window?
The command I am running is
:!java %:r
and was hoping the o
I mapped leader + j + r to run my java code and display it in the quickfix window by doing
map jr :set makeprg=java :make %:r:copen