Table of Contents

Vim - Navigation

List

File

Search and go to a file specified in a script.

gf

The search space is given by the path variable

# Absolute path
:set path+=c:/prog/include
# Relative
:set path+=./proto

Doc