Enable customization of <Leader>w prefix for global mappings (allow users choose their own prefix).

This commit is contained in:
Ivan Tishchenko
2014-11-06 01:12:21 +03:00
parent 39b6239820
commit 7d07397a98
3 changed files with 22 additions and 11 deletions

View File

@ -2537,6 +2537,16 @@ mother tongue like this: >
The default is 'Contents'.
------------------------------------------------------------------------------
*g:vimwiki_map_prefix*
A string which specifies the prefix for all global mappings (and some local).
Use it to avoid conflicts with other plugins. Note that it must be defined
before the plugin loads. >
let g:vimwiki_map_prefix = '<Leader>e'
The default is '<Leader>w'.
==============================================================================
13. Miscellaneous *vimwiki-misc*