How do you go directly to the beginning of a function?

2009-07-24 Thread tirengarfio
Hi, how do you go directly to the beginning of a function? I mean, in Ultraedit if i open a class i have a window with the list of the name of the methods of the class. If i click in one of the functions of the list, the beginning of the function appears. How do you do this is Vim? Bye

Re: How do you go directly to the beginning of a function?

2009-07-24 Thread bill lam
Did you mean ctags? If you have created a ctags file. then pressing ctrl-] should jump to the definition of that function. see: :help ctags -- regards, GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 --

Re: How do you go directly to the beginning of a function?

2009-07-24 Thread Karthick Gururaj
On Fri, Jul 24, 2009 at 1:05 PM, tirengarfio wrote: > [...] > ...in Ultraedit if i open a class i have a window with the list of the > name of the methods of the class. If i click in one of the functions of the > list, the beginning of the function appears. > > How do you do this is Vim? Check th