mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 03:50:26 +01:00
Add ? as help key, closes #194
This commit is contained in:
@@ -101,7 +101,7 @@ let s:keymaps = [
|
||||
\ ['togglesort', 's'],
|
||||
\ ['zoomwin', 'x'],
|
||||
\ ['close', 'q'],
|
||||
\ ['help', '<F1>'],
|
||||
\ ['help', ['<F1>', '?']],
|
||||
\ ]
|
||||
|
||||
for [map, key] in s:keymaps
|
||||
|
||||
Reference in New Issue
Block a user