up vote 1 down vote favorite
share [g+] share [fb]

Are there special key bindings for pasting in command mode or search mode in vim. I would be really helpful in pasting long command or search strings

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

To search on text you have in buffer a, you can do the following:

/^Ra

where ^R is Control-R.

link|improve this answer
thanks, that works infact it works in insert mode and command mode also – Yogesh Arora Mar 15 '10 at 21:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.