mirror of
https://github.com/neovim/neovim.git
synced 2026-08-31 03:13:48 +00:00
feat(defaults): visual CTRL-R for LSP mappings #28537
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
This commit is contained in:
@@ -140,6 +140,8 @@ of these in your config by simply removing the mapping, e.g. ":unmap Y".
|
||||
- gcc |gcc-default|
|
||||
- |crn|
|
||||
- |crr|
|
||||
- <C-R><C-R> |v_CTRL-R_CTRL-R|
|
||||
- <C-R>r |v_CTRL-R_r|
|
||||
- gr |gr-default|
|
||||
- <C-S> |i_CTRL-S|
|
||||
- ]d |]d-default|
|
||||
|
||||
Reference in New Issue
Block a user