Remap previous/next buffer to prevent conflicts

This commit is contained in:
coolneng 2022-11-24 13:22:33 +01:00
parent 309e692435
commit 9b8ca71e69
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
: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)
(map! :n "C-c j" #'previous-buffer)
(map! :n "C-c k" #'next-buffer)
;; Keybindings for citar
(map! :leader :n "n B" #'citar-open-files
:desc "Open associated PDF with bibliography entry")