I wanted to prevent jumping to the first result without user intervention upon ctrl +] (or left click) in vim. In effect, when I click (ctrl +]) on an identifier, it should list all the occurance (like tag search) and should jump to the selection (1,2..) when user input 1,2 etc. I remember using it by setting an option in .vimrc (something like cscope mode), but couldn't recollect now.

Thanks for the help.

link|improve this question

feedback

1 Answer

Are you looking for tag-matchlist?

link|improve this answer
1  
the behavior of left mouse click and ctrl+] should be same as g] (from the tag-matchlist documentation.i did it previously with a setting in .vimrc, rather than key map. maybe i installed cscope as well, and used them together. – bsreekanth Mar 25 '11 at 19:46
feedback

Your Answer

 
or
required, but never shown

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