Hello vimmers,
reading up on some vim tips, I came across :r!{command}
and :.!{command}
, both of which take the output of the shell <command>
and put it in the current buffer.
I imagine the 'r
' to stand for 'read', but how am I to 'translate' the dot in the command above?
And: do they have the exact same function?
Thanks a lot for your insights!
Guba