(Emacs/core)~Switched prefixes for tab and shell leader

This commit is contained in:
2024-05-10 01:05:16 +05:30
parent a082b261e2
commit 7105788014

View File

@@ -33,7 +33,7 @@ code.
:states '(normal motion)
"SPC" 'nil
"\\" '(nil :which-key "Local leader")
"SPC ;" '(nil :which-key "Shell")
"SPC ;" '(nil :which-key "Tabs")
"SPC a" '(nil :which-key "Applications")
"SPC b" '(nil :which-key "Buffers")
"SPC c" '(nil :which-key "Code")
@@ -42,7 +42,7 @@ code.
"SPC i" '(nil :which-key "Insert")
"SPC m" '(nil :which-key "Modes")
"SPC s" '(nil :which-key "Search")
"SPC t" '(nil :which-key "Tabs")
"SPC t" '(nil :which-key "Shell")
"SPC q" '(nil :which-key "Quit/Literate"))
(general-create-definer leader