Use ivy to switch workspaces when user uses ivy
This commit is contained in:
parent
4b77b413c5
commit
7b7cf327ab
1 changed files with 2 additions and 1 deletions
|
@ -298,7 +298,8 @@
|
||||||
(:when (featurep! :ui workspaces)
|
(:when (featurep! :ui workspaces)
|
||||||
(:prefix-map ("TAB" . "workspace")
|
(:prefix-map ("TAB" . "workspace")
|
||||||
:desc "Display tab bar" "TAB" #'+workspace/display
|
:desc "Display tab bar" "TAB" #'+workspace/display
|
||||||
:desc "Switch workspace" "." #'+workspace/switch-to
|
:desc "Switch workspace" "."
|
||||||
|
(if (featurep! :completion ivy) #'ivy/workspace/switch-to #'+workspace/switch-to)
|
||||||
:desc "Switch to last workspace" "`" #'+workspace/other
|
:desc "Switch to last workspace" "`" #'+workspace/other
|
||||||
:desc "New workspace" "n" #'+workspace/new
|
:desc "New workspace" "n" #'+workspace/new
|
||||||
:desc "Load workspace from file" "l" #'+workspace/load
|
:desc "Load workspace from file" "l" #'+workspace/load
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue