0

To read a file into the vim buffer I can do something like:

:r myfile.txt

Or to grab a command's output:

:r !ls

Is there a way to run a vim command and get the output to where my cursor is? something like:

:r nmap
David542
  • 2,445
  • 14
  • 50

0 Answers0