aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorGregory Anders <8965202+gpanders@users.noreply.github.com>2024-05-28 13:24:16 -0500
committerGitHub <noreply@github.com>2024-05-28 13:24:16 -0500
commit1c6d9200521acb2329be55ab8bec3056deade66a (patch)
treebcb4c4540256ed7643ca8516e5616b9ffcbea151 /runtime/doc/vim_diff.txt
parentfc2429962ac8837eba45e4e62cfccc57e5049441 (diff)
downloadrneovim-1c6d9200521acb2329be55ab8bec3056deade66a.tar.gz
rneovim-1c6d9200521acb2329be55ab8bec3056deade66a.tar.bz2
rneovim-1c6d9200521acb2329be55ab8bec3056deade66a.zip
feat(defaults): use vim.diagnostic.jump() for default mappings (#29066)
This allows the mappings to work with a count and also enables new ]D and [D mappings to go to the last/first diagnostic in the buffer.
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 5d894bb5e1..ac20948f14 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -145,6 +145,8 @@ of these in your config by simply removing the mapping, e.g. ":unmap Y".
- <C-S> |i_CTRL-S|
- ]d |]d-default|
- [d |[d-default|
+- [D |[D-default|
+- ]D |]D-default|
- <C-W>d |CTRL-W_d-default|
- Nvim LSP client defaults |lsp-defaults|
- K |K-lsp-default|