aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-05-11 13:06:29 +0530
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-05-11 13:06:29 +0530
commit5567f2647d01b78108085aa8eb5ffefc9dd7c119 (patch)
treeca3aea9688234bd15c5891864620bf7a5091b1c0 /Emacs/.config/emacs
parentebf18a5209aaf6f79baa536a0686441b60930d5f (diff)
downloaddotfiles-5567f2647d01b78108085aa8eb5ffefc9dd7c119.tar.gz
dotfiles-5567f2647d01b78108085aa8eb5ffefc9dd7c119.tar.bz2
dotfiles-5567f2647d01b78108085aa8eb5ffefc9dd7c119.zip
(Emacs/core)~tabs now use r as a prefix key
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r--Emacs/.config/emacs/core.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/Emacs/.config/emacs/core.org b/Emacs/.config/emacs/core.org
index 5472ea4..1fc4f98 100644
--- a/Emacs/.config/emacs/core.org
+++ b/Emacs/.config/emacs/core.org
@@ -33,7 +33,6 @@ code.
:states '(normal motion)
"SPC" 'nil
"\\" '(nil :which-key "Local leader")
- "SPC ;" '(nil :which-key "Tabs")
"SPC a" '(nil :which-key "Applications")
"SPC b" '(nil :which-key "Buffers")
"SPC c" '(nil :which-key "Code")
@@ -41,6 +40,7 @@ code.
"SPC f" '(nil :which-key "Files")
"SPC i" '(nil :which-key "Insert")
"SPC m" '(nil :which-key "Modes")
+ "SPC r" '(nil :which-key "Tabs")
"SPC s" '(nil :which-key "Search")
"SPC t" '(nil :which-key "Shell")
"SPC q" '(nil :which-key "Quit/Literate"))
@@ -67,12 +67,12 @@ code.
(general-create-definer shell-leader
:states '(normal motion)
:keymaps 'override
- :prefix "SPC ;")
+ :prefix "SPC t")
(general-create-definer tab-leader
:states '(normal motion)
:keymaps 'override
- :prefix "SPC t")
+ :prefix "SPC r")
(general-create-definer mode-leader
:states '(normal motion)