-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Modify key binding ways for competition with vim-which-key
Hello, thanks for the efforts on providing this fantastic plugin. I love some shortcuts provided, such as the one can convert CSVs to tables.
However, I found this plugin cannot work with vim-which-key, a plugin aiming to help people remember shortcuts. I am using <space> as the leader key, but mkdx cannot be activated when I map the prefix to <leader> or <space> with vim-which-key.
I have tested map mkdx's prefix to , or even ,, and these shortcuts can works properly.
I am also using NERD commenter and easymotion. These two plugins can both work with vim-which-key but in different cases. NERD commenter's shortcuts can be recognised by vim-which-key automatically, but easymotion's shortcuts cannot be displayed while works properly. For your convenience, NERD commenter's key bindings can be found here, and easymotion's key bindings could be found here.