On Thu, 2008-11-20 at 14:34 -0600, fREW Schmidt wrote:
> Hello All,
> 
> At some point I knew a command that you could use to paste visually
> selected text (or something along those lines) into the ex command
> box.  I couldn't find it in the docs but I presume I didn't know where
> to look.  Any tips?

I not sure what an ex command box is but to paste the contents of the
clipboard into an ex command (also called the colon command line):

  ^R+

Note that some applications use the * buffer for the clipboard so the
command becomes:

  ^R*


-- 
Just my 0.00000002 million dollars worth,
  Shawn

The map is not the territory,
the dossier is not the person,
the model is not reality,
and the universe is indifferent to your beliefs.


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to