mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/workspaces: merge +ivy/workspace/switch-to into +workspace/switch-to
Relevant to #2127 Closes #2130
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user