Vim - Navigation

Card Puncher Data Processing

List

File

Search and go to a file specified in a script.

  • Go to the file name in your script and type
gf

The search space is given by the path variable

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

Doc







Share this page:
Follow us:
Task Runner