gabrielelana / vim-markdown

Markdown for Vim: a complete environment to create Markdown files with a syntax highlight that doesn't suck!
MIT License
740 stars 59 forks source link

Clash with Which-Key: struggling to remap default bindings #92

Open benbrastmckie opened 4 years ago

benbrastmckie commented 4 years ago

I would like to remap the TODO list toggle to another binding as I use to open Which-Key. I tried:

let g:markdown_mapping_switch_status = '<Leader>s'

But I still get the same default behavior, where list items are toggled when I hit , and so I cannot access my Which-Key menu in .md files. Any help would be greatly appreciated! The plugin is just what I was looking for.

benbrastmckie commented 4 years ago

Just sorted out my first question, but am now also ending up with a binding in my Which-Key for 'call markdown#FormatTable()' with the binding ft. I would like to remap this to mf. Any thoughts about how I might achieve this would be really helpful.