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

sq: would mess if set key mapping to '' (#675)

Co-authored-by: Caleb Maclennan <caleb@alerque.com>
This commit is contained in:
Shane-XB-Qian
2020-10-24 15:17:11 +08:00
committed by GitHub
parent c26bf78a61
commit 2a9270cb24
2 changed files with 33 additions and 28 deletions

View File

@@ -411,11 +411,15 @@ q Close the Tagbar window.
These mappings can be redefined with the given map options. The argument can
be either a string or a |List| of strings. In the latter case the
functionality will be assigned to all of the keys in the list. For example, if
you want to remap the sort toggling functionality to "r":
functionality will be assigned to all of the keys in the list.
For example, if you want to remap the sort toggling functionality to "r":
>
let g:tagbar_map_togglesort = "r"
<
Alternatively, if you want to disable this mapping, then set to '':
>
let g:tagbar_map_togglesort = ''
<
See |key-notation| for how to write special keys like <Space> or the keypad
keys.