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.