Add maplocalleader option

This commit is contained in:
mrossinek 2019-01-31 11:32:19 +01:00 committed by Tomas Babej
parent e82813e03b
commit 879853becc
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5
2 changed files with 54 additions and 38 deletions

View file

@ -722,6 +722,13 @@ constructs.
Example:
let g:taskwiki_suppress_mappings="yes"
*taskwiki_maplocalleader*
This variable sets the |maplocalleader| to the leader which will be
used for all function mappings (unless |taskwiki_suppress_mappings| is
set). If this variable is not set, <Leader>t will be used.
Example:
let g:taskwiki_maplocalleader=",t"
=============================================================================
9. TROUBLESHOOTING *taskwiki-trouble*