hi generating a 'tags file' using ctags lets me find the definition of things in vi using 'ctrl-]' is there a similiar way of finding usage of these things ? i.e. i can find where i defined function1(), can i find in a similiar way (other then grep) where it is used ? 10x, erez