From b5e646615e42a1f6991c7424c639faf2c4b49d52 Mon Sep 17 00:00:00 2001 From: Jeinzi Date: Sat, 1 Sep 2018 03:33:22 +0200 Subject: Adapted documentation. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') 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] - = exec rm $imv_current_file + = exec rm "$imv_current_file" + = 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] - = exec mogrify -rotate 90 $imv_current_file + = exec mogrify -rotate 90 "$imv_current_file" Then press 'R' within imv to rotate the image 90 degrees using imagemagick. -- cgit v1.2.3