Skip to content

Commit a29d26b

Browse files
committed
docs: tidy usage docs
1 parent c53aa4a commit a29d26b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/workspaces.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ configuration. >
6161
==============================================================================
6262
USAGE *workspaces-usage*
6363

64-
:WorkspacesAdd [name] [path] *:Workspaces add*
64+
:WorkspacesAdd [name] [path] *WorkspacesAdd*
6565

6666
If both name and path are omitted, the current working directory will be
6767
registered as a workspace, with the last path segment as the name.
@@ -73,18 +73,18 @@ directory will be registered as a workspace, with the given name.
7373
if both name and path are provided, the workspace with name and path will be
7474
registered.
7575

76-
:WorkspacesRemove [name] *:Workspaces remove*
76+
:WorkspacesRemove [name] *WorkspacesRemove*
7777

7878
If name is omitted, the workspace registered in the current working
7979
directory will be removed, if it exists.
8080

8181
If name is provided, the specified workspace will be removed.
8282

83-
:WorkspacesList *:Workspaces list*
83+
:WorkspacesList *WorkspacesList*
8484

8585
Prints all workspaces.
8686

87-
:WorkspacesOpen [name] *:Workspaces open*
87+
:WorkspacesOpen [name] *WorkspacesOpen*
8888

8989
Opens the named workspace. If no name is given, vim.ui.select() will be used
9090
as a selection interface for opening a workspace.

0 commit comments

Comments
 (0)