diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2024-04-26 13:16:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 13:16:12 -0500 |
commit | 73034611c25d16df5e87c8afb2d339a03a91bd0d (patch) | |
tree | 9280e1fb5476a61ebf90073f24ec244ef2204f01 /runtime/doc/vim_diff.txt | |
parent | 3a7c30dc93b9b903ff8591c43689c3bdcb4761de (diff) | |
download | rneovim-73034611c25d16df5e87c8afb2d339a03a91bd0d.tar.gz rneovim-73034611c25d16df5e87c8afb2d339a03a91bd0d.tar.bz2 rneovim-73034611c25d16df5e87c8afb2d339a03a91bd0d.zip |
feat(diagnostic): add default mappings for diagnostics (#16230)
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index c767c71523..4edcec36a2 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -141,6 +141,9 @@ of these in your config by simply removing the mapping, e.g. ":unmap Y". - |crr| - gr |gr-default| - <C-S> |i_CTRL-S| +- ]d |]d-default| +- [d |[d-default| +- <C-W>d |CTRL-W_d-default| - Nvim LSP client defaults |lsp-defaults| - K |K-lsp-default| |