mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +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:
@ -153,7 +153,7 @@ local M = {}
|
||||
---
|
||||
--- @field focus_id? string
|
||||
---
|
||||
--- @field border? string see |vim.api.nvim_open_win()|.
|
||||
--- @field border? string see |nvim_open_win()|.
|
||||
|
||||
--- @class vim.diagnostic.Opts.Underline
|
||||
---
|
||||
|
Reference in New Issue
Block a user