eleanor <evangeline.elea...@gmail.com> [11-07-09 06:12]:
> 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. 
> 
> Thanks
> 
> --
> View this message in context: 
> http://vim.1045645.n5.nabble.com/vim-shell-support-tp4567397p4567397.html
> Sent from the Vim - General mailing list archive at Nabble.com.
> 
> -- 
> 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
> 

Hi Eleanor,

if I understand you correctly (I am no native English speaker) you
want (for example) submit "ls -lr" from the commandline of vim and
read back the listing into vims buffer?
If so, this may help:

:r! ls -l

Another way to accomplish this may be the "redir" command which is
much more powerful and described after submitting

:h redir

HTH!

Best regards and have a nice weekend!
mcc

-- 
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

Reply via email to