Vimwiki: option to disable mappings

Created on 1 Jan 2017  路  2Comments  路  Source: vimwiki/vimwiki

i want to use this plugin, but the mappings are too invasive. can we have an option to disable mappings?

Most helpful comment

The mappings which start with <Leader>w can be changed at once like this:

 let g:vimwiki_map_prefix = '<Leader>e'

You can kind of disable them by setting this option to a nonexisting key, e.g. <F13>

All 2 comments

The mappings which start with <Leader>w can be changed at once like this:

 let g:vimwiki_map_prefix = '<Leader>e'

You can kind of disable them by setting this option to a nonexisting key, e.g. <F13>

that will help, thanks. now i want less options, to make finding relevant ones easier :)

Was this page helpful?
0 / 5 - 0 ratings