Skip to content

Commit a34e8c9

Browse files
authored
Update +page.md
1 parent d242ac8 commit a34e8c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/routes/docs/features/tabs/+page.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ Dragging items between tabs is pretty easy. Simply drag the items and hover the
2424

2525
There are several ways to interact with tabs in Files. Here are some useful shortcuts:
2626
- `ctrl` + `t`: Add a new tab.
27+
- `ctrl` + `shift` + `t`: Restore closed tab.
2728
- `ctrl` + `tab`: Switch to the next tab.
2829
- `ctrl` + `shift` + `tab`: Switch to the previous tab.
2930
- `ctrl` + `number`: Switch to the tab corresponding to the number. For example, `ctrl` + `3` will switch to the third tab.
3031
- `ctrl` + `w`: Close the current tab. If there is only one tab, the shortcut will close the window.
31-
- `ctrl` + `shift` + `w`: Restore recently closed tab.
32-
- `ctrl` + `shift` + `k`: Duplicate the current tab.
32+
- `ctrl` + `shift` + `w`: Close current window.
33+
- `ctrl` + `shift` + `k`: Duplicate the current tab.

0 commit comments

Comments
 (0)