Tag identifiers are stored in files generated by Ctags and other programs.
: Tag and <C-]> command jumps to the point where the cursor is located (if the cursor is no longer on the symbol, the first symbol on the right)
Also g+ left mouse button and <c-left mouse button >
<c-t>,g+ right mouse button, <c-right mouse button > can jump to previous item
:[count]
{ident}:count指的是第几个匹配的标识符,叹号说明
: Tags shows the current tag stack,> symbol indicating the next to jump to the
: [Count]pop jumps to an earlier item (bottom of the stack)
: [Count]tag jumps to the next item (top of the stack)
<C-o> is jumping to the last jumplist position.
If there are multiple tags matching, ctags will not automatically prompt to choose which, to use: Tselect list,: Stselect will pop up a split window to prompt (this is terrible)
: TN to next match: TP to previous match
G] can be used: TS command
: Tlast and: TFirst jumps to the last and first label respectively
: Tjump If there is more than one match, the matching window is displayed, otherwise it goes directly to the definition
VIM's tag system