5.12.2.3 Image Mode Command Naming

Casual Image makes a number of opinionated changes to the naming of commands provided by image-mode.

The table below shows the mapping between names used by Casual to commands provided by image-mode.

Casual NameImage Mode NameNotes
Zoom Inimage-increase-size“Zoom” is more commonly used.
Zoom Outimage-decrease-size“Zoom” is more commonly used.
Original Sizeimage-transform-reset-to-originalUsing a more concise name.
Fit to Windowimage-transform-fit-to-windowUsing a more concise name.
Rotate Clockwise 90°ximage-transform-set-rotationRotation command is absolute and only works in increments of 90°.
% of Originalimage-transform-set-percentPercent command is absolute in that it computes from the original image size.
Cropimage-cropCommand modifies image.
Fillimage-cutCommand modifies image. This command is primarily a fill operation, so is renamed appropriately.
Set Fill Colorimage-cut-colorThis variable supports a fill operation, so is renamed appropriately.
Savesave-bufferSaves modified image file.
Save asimage-saveCommand to save mutated image as another file via a mini-buffer prompt.
Renamerename-visited-fileRenames the current image file.
Revertrevert-bufferReverts the current image file.
Scroll Upimage-previous-lineRename to use arrow key direction.
Scroll Downimage-next-lineRename to use arrow key direction.
Scroll Leftimage-backward-hscrollRename to use arrow key direction.
Scroll Rightimage-forward-hscrollRename to use arrow key direction.
Left Edgeimage-bolRename to use better descriptive term.
Right Edgeimage-eolRename to use better descriptive term.
Top-leftimage-bobRename to use better descriptive term.
Bottom-rightimage-eobRename to use better descriptive term.
Previous Imageimage-previous-fileVisit the preceding image in the same directory as the current file.
Next Imageimage-next-fileVisit the next image in the same directory as the current file.
Mark Imageimage-mode-mark-fileMark the current file in the appropriate Dired buffer(s).
Unmark Imageimage-mode-unmark-fileUnmark the current file in the appropriate Dired buffer(s).
Copy filenameimage-mode-copy-file-name-as-killPush the currently visited file name onto the kill ring.