diff options
author | Bence Ferdinandy <bence@ferdinandy.com> | 2022-11-17 13:42:04 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-11-21 13:31:05 +0100 |
commit | 116032cdac58e541ad3bc4fdf8a1ee5f51a77965 (patch) | |
tree | 318ce331a6afaf64d081458350ac07f7a803ed68 /config/binds.conf | |
parent | bf683c7b09a17702e7d467b0b9f907edc15dc0bd (diff) | |
download | aerc-116032cdac58e541ad3bc4fdf8a1ee5f51a77965.tar.gz |
compose binds: add backtab to field cycle
Currently we have tab to go forward among the tabs, but not backwards.
Add backtab bound to prev-field to make the defaults symmetrical.
Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'config/binds.conf')
-rw-r--r-- | config/binds.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/binds.conf b/config/binds.conf index ff067e56..e7a743fb 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -97,6 +97,7 @@ $ex = <C-x> <A-p> = :switch-account -p<Enter> <A-n> = :switch-account -n<Enter> <tab> = :next-field<Enter> +<backtab> = :prev-field<Enter> <C-p> = :prev-tab<Enter> <C-n> = :next-tab<Enter> |