aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Emacs/.config/emacs/config.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 0834017..b7efb52 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -427,8 +427,8 @@ Use hydras for stuff that I use often, currently buffer manipulation
:config
(defhydra hydra-buffer (evil-normal-state-map "SPC b")
"buffer-hydra"
- ("j" next-buffer)
- ("k" previous-buffer)
+ ("l" next-buffer)
+ ("h" previous-buffer)
("c" kill-this-buffer))
(defhydra hydra-code-manipulator (global-map "C-x c")