Remap previous/next buffer to prevent conflicts
This commit is contained in:
parent
309e692435
commit
9b8ca71e69
|
@ -29,8 +29,8 @@
|
||||||
: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
|
;; Keybindings for next/previous buffer
|
||||||
(map! :n "C-j" #'previous-buffer)
|
(map! :n "C-c j" #'previous-buffer)
|
||||||
(map! :n "C-k" #'next-buffer)
|
(map! :n "C-c k" #'next-buffer)
|
||||||
;; Keybindings for citar
|
;; Keybindings for citar
|
||||||
(map! :leader :n "n B" #'citar-open-files
|
(map! :leader :n "n B" #'citar-open-files
|
||||||
:desc "Open associated PDF with bibliography entry")
|
:desc "Open associated PDF with bibliography entry")
|
||||||
|
|
Loading…
Reference in New Issue