aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVitaly Ovchinnikov <v@postbox.nz>2023-06-07 16:39:03 +0300
committerRobin Jarry <robin@jarry.cc>2023-06-10 20:14:54 +0200
commit8162c5be8f251e985a18928ed1a8cb571df40945 (patch)
tree4397f7df7f0e12b767b558ffcf239b106d00ad35 /CHANGELOG.md
parent3f81c848e794ab979b8abeabc1ff9547552c2d41 (diff)
downloadaerc-8162c5be8f251e985a18928ed1a8cb571df40945.tar.gz
aerc-8162c5be8f251e985a18928ed1a8cb571df40945.zip
bindings: add backspace key
Add `<backspace>` option to bindings, so it can be used to leave the message view similar to some file managers. Signed-off-by: Vitaly Ovchinnikov <v@postbox.nz> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 33876008..6291761d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Add a `-A` option to `:save` for saving all the named parts, not just
attachments
+- Add `<Backspace>` key to bindings
- Colorize can style diff chunk function names with `diff_chunk_func`.
- Warn before sending emails with an empty subject with `empty-subject-warning`
in `aerc.conf`.