brenton-leighton / multiple-cursors.nvim

A multi-cursor plugin for Neovim that works in normal, insert/replace, or visual modes, and with almost every command
Apache License 2.0
167 stars 4 forks source link

feat: add motions waiting for char #11

Closed mrbeardad closed 8 months ago

mrbeardad commented 8 months ago
  1. add more normal edit keymaps
  2. add motions that waiting for char, such as f
  3. support count for motions
brenton-leighton commented 8 months ago

Thanks for the submission. I think that the changes you made to get_motion_char don't handle invalid input, can you try the newget_motion_char function from here: feat_custom_func_get_char

mrbeardad commented 8 months ago

It works well. I've merged it into the pr branch and solved the conflict.