Suresh Govindachar wrote:

Hello,

 By default, * searches for words:  /\<stuff_below_cursor\>
 but I would like it to search for strings:  /stuff_below_cursor
 One way is to use the following

       map * yiw:let @/[EMAIL PROTECTED]<cr>

 Is there a better way? ("/yiw didn't work.)

 Thanks,

 --Suresh


Hi,
  g* will do this.
  :help g*

BR
Vincent

Reply via email to