chrisgrieser / nvim-spider

Use the w, e, b motions like a spider. Move by subwords and skip insignificant punctuation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Add option to use default keymaps

kevintraver opened this issue · comments

Feature Requested

Would be nice to just use the default keymaps if we like them, therefore reducing the need to explicitly adding the keymaps in config.

Relevant Screenshot

No response

Checklist

  • The feature would be useful to more users than just me.

I have thought about that, too, but the problem with that is that some people like to overwrite the default w, e, b motions, while others like to use them as alternative movements, e.g. <leader>w, <leader>e, <leader>b, or even gw, ge, gb

So there are no good "defaults" I could go for. But since it literally is only 4 lines of code you can copypaste from the repo, I don't think it's a big deal to let the user set their own keymaps.

That makes sense. Thanks for the response