Spaces:
Sleeping
Sleeping
File size: 1,642 Bytes
c63ff03 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
The Workspaces plugin lets you manage and switch between different application layouts depending on your task, for example journaling, reading, or writing.
A workspace contains information about open files and tabs, and the width and visibility of each sidebar.
## Save a workspace
**Ribbon:**
1. In the ribbon, click **Manage workspace layouts** (layout icon).
2. Enter a name for the workspace.
3. Select **Save**.
**Command palette:**
1. Press `Ctrl+P` (or `Cmd+P` on macOS) to open the [[Command palette]].
2. Search for the **Manage workspace layouts** command.
3. Press `Enter` with the command selected.
4. Enter a name for the workspace.
5. Select **Save**.
To update an existing workspace, save the workspace with the same name as the workspace you want to update.
## Load a workspace
**Ribbon:**
1. In the ribbon, click **Manage workspace layouts** (layout icon).
2. Next to the workspace you want to load, select **Load**.
**Command palette:**
1. Press `Ctrl+P` (or `Cmd+P` on macOS) to open the [[Command palette]].
2. Search for the **Manage workspace layouts** command.
3. Press `Enter` with the command selected.
4. Select the workspace to load.
## Delete a workspace
**Ribbon:**
1. In the ribbon, click **Manage workspace layouts** (layout icon).
2. Next to the workspace you want to delete, select **Delete layout** (cross icon).
**Command palette:**
1. Press `Ctrl+P` (or `Cmd+P` on macOS) to open the [[Command palette]].
2. Search for the **Manage workspace layouts** command.
3. Press `Enter` with the command selected.
4. Next to the workspace you want to delete, select **Delete layout** (cross icon).
|