i want to use this plugin, but the mappings are too invasive. can we have an option to disable mappings?
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 :)
Most helpful comment
The mappings which start with
<Leader>wcan be changed at once like this:You can kind of disable them by setting this option to a nonexisting key, e.g.
<F13>