mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
config/default: TAB->[tab] for workspace keys
This commit is contained in:
@ -509,7 +509,7 @@
|
||||
:desc "Spelling correction" "S" #'flyspell-correct-word-generic)
|
||||
|
||||
(:when (featurep! :feature workspaces)
|
||||
(:prefix ("TAB" . "workspace")
|
||||
(:prefix ([tab] . "workspace")
|
||||
:desc "Display tab bar" "TAB" #'+workspace/display
|
||||
:desc "New workspace" "n" #'+workspace/new
|
||||
:desc "Load workspace from file" "l" #'+workspace/load
|
||||
|
Reference in New Issue
Block a user