diff options
author | Koni Marti <koni.marti@gmail.com> | 2022-08-08 22:04:04 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-08-22 09:30:37 +0200 |
commit | 5c8a749cfa97b3ad9184f0f80a7d5c7921e8c073 (patch) | |
tree | c54468ed058024138b37fdada9e98ac0459fcd85 /config/binds.conf | |
parent | e31dbe9f3138f9576a48bc1fbc3a018e833ee0db (diff) | |
download | aerc-5c8a749cfa97b3ad9184f0f80a7d5c7921e8c073.tar.gz |
binds: display active keybinds in a dialog box
Show contextual keybinds in a textbox when using the ':help keys'
command. This command is bound to '?' by default.
Fixes: https://todo.sr.ht/~rjarry/aerc/42
Signed-off-by: Koni Marti <koni.marti@gmail.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 a336dc2c..cb5ffd3d 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -4,6 +4,7 @@ <C-p> = :prev-tab<Enter> <C-n> = :next-tab<Enter> <C-t> = :term<Enter> +? = :help keys<Enter> [messages] q = :quit<Enter> |