Skip to content

Workspace Dock Plugin

Help query: "What does the workspace-dock plugin do?" / "How do I use workspace-dock in Volt?" / "How do I delete from the workspace dock?"

The workspace-dock plugin shows a vertical dock listing open workspaces. Toggle it, move with j/k, and delete the selected workspace with Ctrl+d (runs workspace.delete).

Package nameworkspace-dock
Moduleuser/workspace_dock.rs

What it does

  • Toggle the workspace dock (when it is not permanently docked)
  • Move selection to the next/previous workspace entry
  • Delete the selected workspace from the dock

Commands

CommandDescription
workspace.dock.toggleShows or hides the workspace dock when it is not permanently docked.
workspace.dock.previousMoves to the previous workspace in the dock list.
workspace.dock.nextMoves to the next workspace in the dock list.

Keybindings

ChordCommandScope
jworkspace.dock.nextWorkspaceDock
kworkspace.dock.previousWorkspaceDock
Ctrl+dworkspace.deleteWorkspaceDock

Notes

Dock visibility preferences live under ui.workspace_dock in config (WorkspaceDockConfig: side and whether permanently docked). Pair with workspace.switch for the open-workspace / project picker (Ctrl+d delete there too).

Volt — modal editor platform · docs optimized for in-editor help search