mirror of
https://github.com/neovim/neovim.git
synced 2026-01-08 12:27:43 +10:00
Problem: The new LSP "refactor menu" keybinding "crr" is also defined in visual mode, which overlaps with the builtin "c". Solution: Use CTRL-R instead of "crr" for visual mode. fix #28528