From c7c68fcc1184b8230d143fbde5ebb24dead8a3fa Mon Sep 17 00:00:00 2001 From: Carles Andres Date: Wed, 25 Mar 2026 09:27:20 +0000 Subject: [PATCH] docs: fix preview tab keybinding directions --- .../content/docs/getting-started/keybindings/preview.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/content/docs/getting-started/keybindings/preview.mdx b/docs/src/content/docs/getting-started/keybindings/preview.mdx index 5565d5950..2cfd2f5ec 100644 --- a/docs/src/content/docs/getting-started/keybindings/preview.mdx +++ b/docs/src/content/docs/getting-started/keybindings/preview.mdx @@ -22,10 +22,10 @@ the updated view is always the line after the last line of the previous view. Press Ctrl+u to shift the view for the preview pane up one step. The last line in the updated view is always the line before the first line of the previous view. -## `[` - Next Preview Tab +## `[` - Previous Preview Tab -Press [ to move to the next tab in the preview sidebar, if one exists. +Press [ to move to the previous tab in the preview sidebar, if one exists. -## `]` - Previous Preview Tab +## `]` - Next Preview Tab -Press ] to move to the previous tab in the preview sidebar, if one exists. +Press ] to move to the next tab in the preview sidebar, if one exists.