From 9b8ca71e6967326d24b8bceff63a1799572b0ca4 Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 24 Nov 2022 13:22:33 +0100 Subject: [PATCH] Remap previous/next buffer to prevent conflicts --- +keybindings.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")