From 7105788014b2ab8a31c8dbc69dc489f5762babbc Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 10 May 2024 01:05:16 +0530 Subject: (Emacs/core)~Switched prefixes for tab and shell leader --- Emacs/.config/emacs/core.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Emacs/.config/emacs') diff --git a/Emacs/.config/emacs/core.org b/Emacs/.config/emacs/core.org index b0bc70d..3902e51 100644 --- a/Emacs/.config/emacs/core.org +++ b/Emacs/.config/emacs/core.org @@ -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 -- cgit v1.2.3-13-gbd6f