chrisgrieser / nvim-spider

Use the w, e, b motions like a spider. Move by subwords and skip insignificant punctuation.
MIT License
663 stars 13 forks source link

[deleted] #18

Closed TheSast closed 1 year ago

TheSast commented 1 year ago

[deleted]

chrisgrieser commented 1 year ago

I think you misunderstood?

This plugin is not designed for Insert mode, it only works in normal, visual, and operator-pending mode.

TheSast commented 1 year ago

Yeah but <M-motion> is dictated by the normal mode bind since by default sends the motion prefixed by <Esc> due to how terminals encode the Meta key (if you map this instead it will capture the sequence). Some motions could be implemented in a way that is not compatible with <M-motion> binds. (Although it is rare) But I found out later, after testing more, that this is not due to this plugin.