docs: Fix Vim documentation for bindings (#12735)

Thorsten Ball created

Release Notes:

- N/A

Change summary

docs/src/vim.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Detailed changes

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