Add keybindings for previous and next buffer

This commit is contained in:
coolneng 2022-10-26 15:15:53 +02:00
parent f8c1b7c558
commit 59b9517c89
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

View File

@ -26,3 +26,6 @@
(map! :mode mu4e-view-mode
:n "S" #'mu4e-view-save-attachments
:desc "Save the chosen mail attachments")
;; Keybindings for next/previous buffer
(map! :n "C-j" #'previous-buffer)
(map! :n "C-k" #'next-buffer)