diff options
| author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2024-04-28 15:14:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-28 15:14:10 -0500 |
| commit | 3224b099845c24ca456d1e77a9268a788f106f0b (patch) | |
| tree | 5b191b8ac56b0ebf931e90311d104b12bb0592ed /README.md | |
| parent | docs: add new default maps for Nvim 0.10 (#3127) (diff) | |
| download | nvim-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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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()` |
