Just some stuff about me.
Here's my dotfiles repository.
What links here:
&define
: what a definition looks like (use let &l:define=...
) &include
: what a file inclusion looks like (use let &l:include=...
) &includeexpr
: how an include expression is converted to a filename &path
: where Vim should look for files &suffixesadd
: what should be appended to string generated with includeexpr to create a valid filename (like an extension)
filenames:
gf
: jump to file<c-w>f
: in new window<c-w>gf
: in new tabincludes:
[i
: show first line in includes containing keyword[I
: show all matches[<c-i>
: jump to the match<c-w>i
: jump to the match in new window:ij /pat
: jump to matching keyword in includesdefinitions:
[d
: show first definition with keyword[D
: show all matches[<c-d>
: jump to the matching definition<c-w>d
: jump in a new window:dj /pat
: jump to a definition matching pat