aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-09-19 23:58:24 +0200
committerRobin Jarry <robin@jarry.cc>2022-09-20 20:55:29 +0200
commitbb9ac43e13a96dc5bc501f60c3afb3718fe8085d (patch)
treee97b7a32ee94beccf7bd85e4a7fd961b3442bc62 /CHANGELOG.md
parentfcd75ab52973a914bfa5af8e92617c551b59fc1f (diff)
downloadaerc-bb9ac43e13a96dc5bc501f60c3afb3718fe8085d.tar.gz
switch: add -n and -p flags for relative switch
Allow switching to next or previous account with switch-account -n and switch-account -p, respectively. By default, these are bound to Alt-n and Alt-p. Signed-off-by: Robin Jarry <robin@jarry.cc> Tested-by: Koni Marti <koni.marti@gmail.com>
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 f044039d..83e3eb2d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Cursor shape support in embedded terminals.
- Bracketed paste support.
- Display current directory in `status-line.render-format` with `%p`.
+- Change accounts while composing a message with `:switch-account`.
### Changed