In command mode of vim if I press CTRLrCTRLw I get the word under cursor (<cword>), this is great for search and replace.
But, If I make a visual selection and press
:s/<c-r><c-w>
I get the first word in the line of cursor. How I can get the <cword> of visual selection?
y) you can paste it with<c-r><c-">. – michaelmichael May 31 '12 at 2:59*is your friend. either for a selection or for just the word under the cursor. – epsilonhalbe May 31 '12 at 7:56