1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Allow jumping to a tag definition without leaving the Tagbar window

This commit is contained in:
Jan Larres
2011-04-25 16:09:40 +12:00
parent 28dcb9d290
commit b25ab098da
2 changed files with 14 additions and 5 deletions

View File

@@ -240,7 +240,9 @@ KEY MAPPINGS *tagbar-keys*
These mappings are valid in the Tagbar window:
<F1> Display key mapping help.
<CR>/<Enter> Jump to the tag under the cursor. Doesn't work for pseudo-tags.
<CR>/<Enter> Jump to the tag under the cursor. Doesn't work for pseudo-tags
or generic headers.
p Jump to the tag under the cursor, but stay in the Tagbar window.
<LeftMouse> When on a fold icon, open or close the fold depending on the
current state.
<2-LeftMouse> Same as <CR>.