Open main menu

Changes

25 bytes added ,  20:23, 30 October 2016
no edit summary
\component my_component
putting the cursor over <tt>my_component</tt> and pressing <tt>gf</tt> will open <tt>my_component.tex</tt>.
 
Vim searches for files in the locations specified by the <tt>path</tt> option (this is a Vim feature). You likely
have to change the value of <tt>path</tt> for the above to work.
Similarly, you may use <tt>[<c-i></tt> (this is square bracket followed by ctrl-i)
file), or <tt>[i</tt> to display the (first line of the) definition under the status line. For these and similar commands,
see <tt>:help include-search</tt>.
 
Vim searches for files in the locations specified by the <tt>path</tt> option (this is a Vim feature). You may
need to adjust the value of <tt>path</tt> for the above to work (see <tt>:help 'path'</tt>).
134

edits