Replies: 2 comments 2 replies
-
Thanks for notifying. I've only became aware of this change a couple of days ago.
Yes, on Neovim's side 🤣 The naming choice is indeed unfortunate for compatibility with 'mini.ai'. I don't think changing defaults in 'mini.ai' is a good idea, because the current keys are the perfect choice. I think I'd prefer to go the 'miin.operators' route and automatically remap new built-in |
Beta Was this translation helpful? Give feedback.
-
The conflict is now documented along with the suggested solutions. I decided to not automatically remap as in 'mini.operators' for several reasons:
Thanks again for bringing attention to this! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Recently, support for incremental selection has been added to neovim. They choose to use
an
/in
("around node" / "inner node") as the default keymaps for this feature. However, this choice conflicts with mini.ai'saround_next
/inside_next
feature.I actually wasn't aware mini.ai had this feature (though it is super useful, thanks!), I only found out when I tried using the new LSP selection, and it wasn't working as expected.
Perhaps the defaults should be changed? (I wonder if it also makes sense to change the default
around_last
/inside_last
)Beta Was this translation helpful? Give feedback.
All reactions