aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJeinzi <Jeinzi@gmx.de>2019-01-23 00:20:51 +0100
committerJeinzi <Jeinzi@gmx.de>2019-01-23 00:20:51 +0100
commit5005b4cf990e0ef1ce1c25f44056303e5d07b1a5 (patch)
treefdba6ed91df3f44f9a96a7da3ac114fcbf693910 /README.md
parente1669f881ea3e17b0ea522a99acf423b200179f6 (diff)
downloadimv-5005b4cf990e0ef1ce1c25f44056303e5d07b1a5.tar.gz
Removed old notation for multiple commands per bind.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4c2771f..55025f7 100644
--- a/README.md
+++ b/README.md
@@ -51,8 +51,7 @@ you like.
In your imv config:
[binds]
- <Shift+x> = exec rm "$imv_current_file"
- <Shift+x> = close
+ <Shift+x> = exec rm "$imv_current_file"; close
Then press 'X' within imv to delete the image and close it.