ui/workspaces: merge +ivy/workspace/switch-to into +workspace/switch-to
Relevant to #2127 Closes #2130
This commit is contained in:
parent
bf0efe81ae
commit
35ce37532b
2 changed files with 14 additions and 25 deletions
|
@ -298,8 +298,7 @@
|
|||
(:when (featurep! :ui workspaces)
|
||||
(:prefix-map ("TAB" . "workspace")
|
||||
:desc "Display tab bar" "TAB" #'+workspace/display
|
||||
:desc "Switch workspace" "."
|
||||
(if (featurep! :completion ivy) #'+ivy/workspace/switch-to #'+workspace/switch-to)
|
||||
:desc "Switch workspace" "." #'+workspace/switch-to
|
||||
:desc "Switch to last workspace" "`" #'+workspace/other
|
||||
:desc "New workspace" "n" #'+workspace/new
|
||||
:desc "Load workspace from file" "l" #'+workspace/load
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue