From: Samir Benmendil Date: Wed, 29 Oct 2025 22:10:24 +0000 (+0000) Subject: nvim: replace replacewithregister and sort with mini.operators X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/85372e648b5515b94e6b8af9d74f681302a6d126?ds=inline;hp=85372e648b5515b94e6b8af9d74f681302a6d126 nvim: replace replacewithregister and sort with mini.operators This fixes the issue where gr* were now configured to do LSP stuff. I've got LSP key on \r instead. It might be worthwhile to reconsider that and use the official LSP bindings, but atm griw is soo engrained in muscle memory that it was frustrating for it to not do what was expected. ---