Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/src/content/docs/getting-started/keybindings/preview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ the updated view is always the line after the last line of the previous view.
Press <kbd>Ctrl</kbd>+<kbd>u</kbd> 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 <kbd>[</kbd> to move to the next tab in the preview sidebar, if one exists.
Press <kbd>[</kbd> to move to the previous tab in the preview sidebar, if one exists.

## `]` - Previous Preview Tab
## `]` - Next Preview Tab

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