This article is part of the on-going Vi / Vim Tips and Tricks series. As a programmer or system administrator, you will be constantly browsing source codes and shell scripts.
Following are some typical activities that you may perform while browsing a source code file:
- Navigating to the function definition by specifying the function name.
- Navigating to the function definition from ‘function call’.
- Returning back again to function call from the definition.
- Viewing the prototype/signature of functions or variables.
- Viewing the number of functions in a file, etc.,
{ 24 comments }







My name is Ramesh Natarajan. I will be posting instruction guides, how-to, troubleshooting tips and tricks on Linux, database, hardware, security and web. My focus is to write articles that will either teach you or help you resolve a problem. Read more about