From 26e765f905cbf1df18cfc825bad9b1b982f517ea Mon Sep 17 00:00:00 2001 From: Gregory Anders <8965202+gpanders@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:56:21 -0500 Subject: feat(defaults): map gri to vim.lsp.buf.implementation() (#30764) Continuing the default LSP maps under the "gr" prefix. Mnemonic: "i" for "implementation". --- runtime/doc/vim_diff.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc/vim_diff.txt') diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 0a42acffb9..137e78801b 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -150,6 +150,7 @@ of these in your config by simply removing the mapping, e.g. ":unmap Y". - |grn| - |grr| - |gra| + - |gri| - |i_CTRL-S| - ]d |]d-default| - [d |[d-default| -- cgit