I am trying to put from current line of vi to shell argument. I'd like to run at Virmc like this map :! xpdf "xxxxxxxxxx" I want to this. the xxxxxxxx will from current text line of vi.
Does anyone know how to put them into shell argument?
Currently tried : .vimrc map :! xpdf :p^M but it is not work.