aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 12e3a1d..fd139d2 100644
--- a/README.md
+++ b/README.md
@@ -51,15 +51,16 @@ you like.
In your imv config:
[binds]
- <Shift+x> = exec rm $imv_current_file
+ <Shift+x> = exec rm "$imv_current_file"
+ <Shift+x> = close
-Then press 'X' within imv to delete the image.
+Then press 'X' within imv to delete the image and close it.
#### Rotate an image
In your imv config:
[binds]
- <Shift+r> = exec mogrify -rotate 90 $imv_current_file
+ <Shift+r> = exec mogrify -rotate 90 "$imv_current_file"
Then press 'R' within imv to rotate the image 90 degrees using imagemagick.