Skip to content

Commit 0c14f74

Browse files
authored
docs: fix [ and ] preview tab keybindings (#818)
1 parent 1bd18d5 commit 0c14f74

File tree

1 file changed

+4
-4
lines changed
  • docs/src/content/docs/getting-started/keybindings

1 file changed

+4
-4
lines changed

docs/src/content/docs/getting-started/keybindings/preview.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ the updated view is always the line after the last line of the previous view.
2222
Press <kbd>Ctrl</kbd>+<kbd>u</kbd> to shift the view for the preview pane up one step. The last line in the
2323
updated view is always the line before the first line of the previous view.
2424

25-
## `[` - Next Preview Tab
25+
## `[` - Previous Preview Tab
2626

27-
Press <kbd>[</kbd> to move to the next tab in the preview sidebar, if one exists.
27+
Press <kbd>[</kbd> to move to the previous tab in the preview sidebar, if one exists.
2828

29-
## `]` - Previous Preview Tab
29+
## `]` - Next Preview Tab
3030

31-
Press <kbd>]</kbd> to move to the previous tab in the preview sidebar, if one exists.
31+
Press <kbd>]</kbd> to move to the next tab in the preview sidebar, if one exists.

0 commit comments

Comments
 (0)