diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2024-04-26 11:12:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 11:12:49 -0500 |
commit | 688860741589b4583129e426f4df0523f9213275 (patch) | |
tree | 68d68a6b1060f028a34317f0867017d6cb94e674 /runtime/doc/change.txt | |
parent | 9b028bd64f4260a3a5576a3632f95a44bd658615 (diff) | |
download | rneovim-688860741589b4583129e426f4df0523f9213275.tar.gz rneovim-688860741589b4583129e426f4df0523f9213275.tar.bz2 rneovim-688860741589b4583129e426f4df0523f9213275.zip |
feat(lsp): add more LSP defaults (#28500)
- crn for rename
- crr for code actions
- gr for references
- <C-S> (in Insert mode) for signature help
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r-- | runtime/doc/change.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index 6d3efb4167..0f362c0cd4 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -281,6 +281,10 @@ gr{char} Replace the virtual characters under the cursor with that have a special meaning in Insert mode, such as most CTRL-keys, cannot be used. + *gr-default* + Mapped to |vim.lsp.buf.references()| by default. + |default-mappings| + *digraph-arg* The argument for Normal mode commands like |r| and |t| is a single character. When 'cpo' doesn't contain the 'D' flag, this character can also be entered |