aerc/config
Robin Jarry 5e600d7ab4 binds: fix ctrl-i and ctrl-m key definitions
On all terminals, ctrl-i sends a tab character (0x09). For some reason,
tcell.ModCtrl+tcell.KeyCtrlI is interpreted as ctrl-tab.

Similarly, ctrl-m sends a new line (0x0a) and
tcell.ModCtrl+tcell.KeyCtrlM is interpreted as ctrl-enter.

Remove control modifier for these two key definitions only. All others
do not work without them.

Fixes: 7a6c808c04 ("bindings: prepare for more modifers")
Fixes: https://todo.sr.ht/~rjarry/aerc/56
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
2022-07-17 19:00:47 +02:00
..
accounts.conf Copy sent emails to the Sent folder 2019-05-15 19:41:21 -04:00
aerc.conf config: allow per-account address-book-cmd 2022-07-17 19:00:44 +02:00
bindings.go binds: fix ctrl-i and ctrl-m key definitions 2022-07-17 19:00:47 +02:00
bindings_test.go bindings: support more modified keys 2021-10-28 16:22:28 +02:00
binds.conf binds: Open msgs in default Postpone folder in edit-mode 2022-06-22 11:36:46 +02:00
config.go config: allow per-account address-book-cmd 2022-07-17 19:00:44 +02:00
default_styleset fix aerc-stylesets(7) typos 2020-12-13 10:30:56 +01:00
style.go style: add style config options for dirlist_unread and dirlist_recent 2022-04-27 09:46:06 +02:00
triggers.go index: add this-week-time-format 2021-11-06 17:34:20 +01:00