On 17/12/08 05:48, pravim wrote: > > awesome....thanks, > > but what is the difference if i use CTRL-r + CTRL-r or CTRL-r + CTRL-a ? > > both appear to do the same thing!!! > > Pravin
Ctrl-R Ctrl-W selects a word, i.e., only 'iskeyword' characters. Ctrl-R Ctrl-A selects a WORD, i.e., anything that isn't a space, tab or linebreak. Ctrl-R Ctrl-R is something else; it modifies the Ctrl-R to make it literal. What it actually does depends on the next key you hit. See ":help c_CTRL-R_CTRL-R" for clarification. Best regards, Tony. -- "Always try to do things in chronological order; it's less confusing that way." --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
