[binds] # Print the current image file = exec lp "$imv_current_file" # Delete the current image and quit the viewer = exec rm "$imv_current_file"; quit # Delete the current image and move to the next one = exec rm "$imv_current_file"; close # Rotate the currently open image by 90 degrees = exec mogrify -rotate 90 "$imv_current_file"