diff --git a/+keybindings.el b/+keybindings.el index b406dcc..c5913e9 100644 --- a/+keybindings.el +++ b/+keybindings.el @@ -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")