mirror of
https://github.com/neovim/neovim.git
synced 2026-01-09 06:43:13 +00: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