emacs-evil / evil-collection

A set of keybindings for evil-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no binding for `image-dired-backward-image`

Dickby opened this issue · comments

There should be a binding for that command.
I can not count how often i invoked image-flip-horizontally because it is what is bound to h.

commented

This is what I see when I do C-h k h in image-dired.

h runs the command image-dired-backward-image, which is an interactive native
compiled Lisp function in ‘image-dired.el’.

It is bound to h, <normal-state> h.

(image-dired-backward-image &optional ARG)

Move to previous image and display properties.
Optional prefix ARG says how many images to move; default is one
image.