diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2024-04-28 09:02:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-28 09:02:18 -0700 |
commit | 61063653b06bfccac083c0105ecd0c433b3bb8f7 (patch) | |
tree | cc59824b630fcce2ebe8c06a89e44cadefe4af5b /runtime/doc/vim_diff.txt | |
parent | 513fc461957f370f9e89b3cfd56cb03a816d6941 (diff) | |
download | rneovim-61063653b06bfccac083c0105ecd0c433b3bb8f7.tar.gz rneovim-61063653b06bfccac083c0105ecd0c433b3bb8f7.tar.bz2 rneovim-61063653b06bfccac083c0105ecd0c433b3bb8f7.zip |
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
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 97c25cc603..c30239057d 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -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| |