aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-01-22 23:49:52 +0000
committerGitHub <noreply@github.com>2019-01-22 23:49:52 +0000
commitdc807dab5b474367454eea7eb58f7a5e91b6b1c2 (patch)
treefdba6ed91df3f44f9a96a7da3ac114fcbf693910
parente1669f881ea3e17b0ea522a99acf423b200179f6 (diff)
parent5005b4cf990e0ef1ce1c25f44056303e5d07b1a5 (diff)
downloadimv-dc807dab5b474367454eea7eb58f7a5e91b6b1c2.tar.gz
Merge pull request #142 from Jeinzi/dev-jeinzi
Removed old notation for multiple commands per bind
-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.