> Hi, I've recently come accross Conque plugin, which supports
> sending the highlighted command to the console with a
> keystroke. Is the reverse possible: to get the output of that
> command automatically in vim document ... so I don't have to
> copy/paste the output from the console?
> If there is any plugin which supports this, I would greatly
> appreciate to know about it.
you don't need a plugin
as an example, assume i'm composing an email to tony about my
setup and i want to include some gory details from the glxinfo
command -- if i enter
:r!glxinfo
the entire output from glxinfo is read into the current email
buffer after the cursor position -- you can read about this at
:h :r!
not having used Conque i don't know how this fits in with the
Conque paradigm, but if Conque breaks this ability in any way
it should be avoided
sc
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment