Add keybindings for previous and next buffer
This commit is contained in:
parent
f8c1b7c558
commit
59b9517c89
|
@ -26,3 +26,6 @@
|
||||||
(map! :mode mu4e-view-mode
|
(map! :mode mu4e-view-mode
|
||||||
:n "S" #'mu4e-view-save-attachments
|
:n "S" #'mu4e-view-save-attachments
|
||||||
:desc "Save the chosen mail attachments")
|
:desc "Save the chosen mail attachments")
|
||||||
|
;; Keybindings for next/previous buffer
|
||||||
|
(map! :n "C-j" #'previous-buffer)
|
||||||
|
(map! :n "C-k" #'next-buffer)
|
||||||
|
|
Loading…
Reference in New Issue