aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGregory Anders <8965202+gpanders@users.noreply.github.com>2024-04-28 15:14:10 -0500
committerGitHub <noreply@github.com>2024-04-28 15:14:10 -0500
commit3224b099845c24ca456d1e77a9268a788f106f0b (patch)
tree5b191b8ac56b0ebf931e90311d104b12bb0592ed /README.md
parentdocs: add new default maps for Nvim 0.10 (#3127) (diff)
downloadnvim-lspconfig-3224b099845c24ca456d1e77a9268a788f106f0b.tar
nvim-lspconfig-3224b099845c24ca456d1e77a9268a788f106f0b.tar.gz
nvim-lspconfig-3224b099845c24ca456d1e77a9268a788f106f0b.tar.bz2
nvim-lspconfig-3224b099845c24ca456d1e77a9268a788f106f0b.tar.lz
nvim-lspconfig-3224b099845c24ca456d1e77a9268a788f106f0b.tar.xz
nvim-lspconfig-3224b099845c24ca456d1e77a9268a788f106f0b.tar.zst
nvim-lspconfig-3224b099845c24ca456d1e77a9268a788f106f0b.zip
docs: update default mappings (#3128)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index abbc7456..354a7f6e 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,8 @@ Nvim also maps `K` to [`vim.lsp.buf.hover()`][vim.lsp.buf.hover] in Normal mode.
Nvim 0.10 and newer creates the following default maps unconditionally:
-* `crr` in Normal and Visual mode maps to `vim.lsp.buf.code_action()`
+* `crr` in Normal mode maps to `vim.lsp.buf.code_action()`
+* `<C-R>r` and `<C-R><C-R>` in Visual mode map to `vim.lsp.buf.code_action()`
* `crn` in Normal mode maps to `vim.lsp.buf.rename()`
* `gr` in Normal mode maps to `vim.lsp.buf.references()`
* `<C-S>` in Insert mode maps to `vim.lsp.buf.signature_help()`