From 701d127bcde4d7b7b25e40142e9f9bcaa34febfb Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sun, 3 Dec 2017 19:04:51 +0100 Subject: [PATCH] image: Swap "gj"/"gk" --- evil-image.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evil-image.el b/evil-image.el index df2bfa6..63fe93d 100644 --- a/evil-image.el +++ b/evil-image.el @@ -69,8 +69,8 @@ "[" 'image-previous-file "]" 'image-next-file - "gj" 'image-previous-file - "gk" 'image-next-file + "gk" 'image-previous-file + "gj" 'image-next-file (kbd "C-k") 'image-previous-file (kbd "C-j") 'image-next-file