diff options
Diffstat (limited to 'Emacs/.config')
-rw-r--r-- | Emacs/.config/emacs/config.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index e43373a..7fb67c8 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -186,7 +186,9 @@ and it's functionally equivalent the doom/spacemacs leader. :infix "b" "d" #'kill-this-buffer "i" #'ibuffer - "b" #'switch-to-buffer) + "b" #'switch-to-buffer + "j" #'next-buffer + "k" #'previous-buffer) (leader :infix "f" |