Appearance
Workspace
FreshInspect the current workspace, list and load saved workspaces, manage tabs and recent files.
Commands for Workspace and the Workspaces plugin.
workspace
Show workspace tree.
bash
ids # include workspace item IDsworkspaces
List saved workspaces.
bash
total # return workspace countworkspace:save
Save current layout as workspace.
bash
name=<name> # workspace nameworkspace:load
Load a saved workspace.
bash
name=<name> # (required) workspace nameworkspace:delete
Delete a saved workspace.
bash
name=<name> # (required) workspace nametabs
List open tabs.
bash
ids # include tab IDstab:open
Open a new tab.
bash
group=<id> # tab group ID
file=<path> # file to open
view=<type> # view type to openrecents
List recently opened files.
bash
total # return recent file countSee also
- Browse all command groups
- Keyboard shortcuts for the TUI