diff options
| author | Pierre Neidhardt <ambrevar@gmail.com> | 2017-12-03 19:04:51 +0100 |
|---|---|---|
| committer | Pierre Neidhardt <ambrevar@gmail.com> | 2017-12-03 19:04:51 +0100 |
| commit | 701d127bcde4d7b7b25e40142e9f9bcaa34febfb (patch) | |
| tree | bce91daaee4e82f5d1876b529278b1d7afe1a3da | |
| parent | dd6d317cf95869c25ed90729f745c144eab31231 (diff) | |
image: Swap "gj"/"gk"
| -rw-r--r-- | evil-image.el | 4 |
1 files 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 |
