From 0c7e745be8ebb6c83d5b89ce5be6e197eefe45cc Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Thu, 6 Jun 2024 15:55:07 +0200 Subject: [PATCH] docs: Fix Vim documentation for bindings (#12735) Release Notes: - N/A --- docs/src/vim.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/vim.md b/docs/src/vim.md index b66178c381..7f2f952664 100644 --- a/docs/src/vim.md +++ b/docs/src/vim.md @@ -27,12 +27,14 @@ g S Find symbol in entire project g ] Go to next diagnostic g [ Go to previous diagnostic +] d Go to next diagnostic +[ d Go to previous diagnostic g h Show inline error (hover) g . Open the code actions menu # Git -] c Go to previous git change -[ c Go to next git change +] c Go to next git change +[ c Go to previous git change # Treesitter ] x Select a smaller syntax node