smoka7 / multicursors.nvim

A multi cursor plugin for Neovim.
MIT License
492 stars 15 forks source link

How to rebind extend mapping? #45

Closed bndlfm closed 1 year ago

bndlfm commented 1 year ago

This seems to be a simple question but I can't seem to find it. I use Colemak and would like to use e for create_up but I've been unable to find the method used for switching to extend_mode to rebind it. Both disabling and/or rebinding 'e' in normal_keys and/or extend_keys but this doesn't seem to work.

Is this possible?

I've probably missed something silly but I've been troubleshooting this for an embarrassing amount of time.

smoka7 commented 1 year ago

Nah, unfortunately the i,a,c,e keys are hard coded right now. But I'll fix it soon, sorry for creating a confusion.

bndlfm commented 1 year ago

Thank you so much for the quick response. I haven't had the time to finish messing with my config but the branch you pushed seems to work great with the little testing I've done before bed.