diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2019-01-22 23:49:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-22 23:49:52 +0000 |
commit | dc807dab5b474367454eea7eb58f7a5e91b6b1c2 (patch) | |
tree | fdba6ed91df3f44f9a96a7da3ac114fcbf693910 | |
parent | e1669f881ea3e17b0ea522a99acf423b200179f6 (diff) | |
parent | 5005b4cf990e0ef1ce1c25f44056303e5d07b1a5 (diff) | |
download | imv-dc807dab5b474367454eea7eb58f7a5e91b6b1c2.tar.gz |
Merge pull request #142 from Jeinzi/dev-jeinzi
Removed old notation for multiple commands per bind
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |