[mini.basics] Search for current visual selection without moving forward/backward #2288
-
Contributing guidelines
Module(s)mini.basics QuestionHow can I use the above keymap to achieve something like this: Basically (no pun intended :p), I want to "highlight" all visual selection but stays at the current location, until I hit |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
No harm in a little pun :) Currently there is nothing like this in 'mini.basics'. The mappings for I do find myself needing this type of behavior occasionally, so I guess it might be a good idea to try to add to 'mini.basics'. However, the problem is (as always in this type of situations) is to find a good future-compatible. I currently don't really like the idea of overriding Not sure. Some thinking time is required :) |
Beta Was this translation helpful? Give feedback.
No harm in a little pun :)
Currently there is nothing like this in 'mini.basics'. The mappings for
*and#themselves are only created on Neovim=0.9, since they are good enough on Neovim>=0.10.I do find myself needing this type of behavior occasionally, so I guess it might be a good idea to try to add to 'mini.basics'. However, the problem is (as always in this type of situations) is to find a good future-compatible. I currently don't really like the idea of overriding
*and#themselves.Not sure. Some thinking time is required :)