config/default: TAB->[tab] for workspace keys

This commit is contained in:
Henrik Lissner 2018-12-25 02:45:10 -05:00
parent 448f2e55e5
commit 9c2a1b1f61
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -509,7 +509,7 @@
:desc "Spelling correction" "S" #'flyspell-correct-word-generic) :desc "Spelling correction" "S" #'flyspell-correct-word-generic)
(:when (featurep! :feature workspaces) (:when (featurep! :feature workspaces)
(:prefix ("TAB" . "workspace") (:prefix ([tab] . "workspace")
:desc "Display tab bar" "TAB" #'+workspace/display :desc "Display tab bar" "TAB" #'+workspace/display
: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