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

Change default hide_nonpublic mapping

This commit is contained in:
Jan Larres
2014-02-10 17:25:32 +13:00
parent 3fdefbaa47
commit 614b5b244f
2 changed files with 2 additions and 2 deletions

View File

@@ -331,7 +331,7 @@ P Open the tag in a |preview-window|.
<Space> Display the prototype of the current tag (i.e. the line defining
it) in the command line.
Map option: tagbar_map_showproto
h Hide tags that are declared non-public. Tags without any
v Hide tags that are declared non-public. Tags without any
visibility information will still be shown.
Map option: tagbar_map_hidenonpublic
+/zo Open the fold under the cursor.

View File

@@ -90,7 +90,7 @@ let s:keymaps = [
\ ['nexttag', '<C-N>'],
\ ['prevtag', '<C-P>'],
\ ['showproto', '<Space>'],
\ ['hidenonpublic', 'h'],
\ ['hidenonpublic', 'v'],
\
\ ['openfold', ['+', '<kPlus>', 'zo']],
\ ['closefold', ['-', '<kMinus>', 'zc']],