aboutsummaryrefslogtreecommitdiffstats
path: root/config/binds.go
Commit message (Expand)AuthorAgeFilesLines
* config: add reload helper functionsKoni Marti2024-08-201-1/+1
* binds: fix FormatKeyStrokes to properly display certain keystrokesVitaly Ovchinnikov2024-04-131-1/+1
* binds: refactor parser to be more tolerantTim Culverhouse2024-02-221-97/+44
* binds: allow account and folder binds to coexistJason Cox2024-02-141-0/+6
* log: move package to libRobin Jarry2024-02-141-1/+1
* aerc: replace tcell keys with vaxis keysTim Culverhouse2024-02-121-234/+224
* binds: parse annotations from keybind configKoni Marti2024-02-111-5/+16
* config: print file path in error messageMichal Siedlaczek2024-01-251-10/+19
* main: add flags to override config filesBence Ferdinandy2024-01-211-6/+8
* binds: allow <a-0> to <a-9>Erik Terpstra2023-11-121-0/+10
* complete: allow setting the completion key bindingRobin Jarry2023-11-021-10/+22
* binds: remove duplicated and empty bindingsVitaly Ovchinnikov2023-11-021-0/+48
* binds: better processing of contextual bindsVitaly Ovchinnikov2023-10-131-2/+5
* binds: improve display of key sequencesRobin Jarry2023-09-191-4/+20
* binds: control and alt modifiers for deleteVitaly Ovchinnikov2023-09-191-0/+2
* wizard: allow ? in passwordsRobin Jarry2023-08-041-0/+1
* wizard: properly initialize configurationRobin Jarry2023-07-151-1/+1
* bindings: add backspace keyVitaly Ovchinnikov2023-06-101-0/+1
* config: report accounts.conf format errorsRobin Jarry2023-03-261-1/+3
* wizard: fix panic on any key pressRobin Jarry2022-12-191-205/+202
* config: make various sections accessible via global varsRobin Jarry2022-12-141-31/+31
* config: rework contextual sections implementationRobin Jarry2022-12-141-28/+62
* logging: rename package to logRobin Jarry2022-12-021-4/+4
* logging: homogenize levelsRobin Jarry2022-12-021-1/+1
* config: add log-file and log-level settingsRobin Jarry2022-11-211-1/+1
* config: move binds.conf parsing in binds.goRobin Jarry2022-11-161-0/+205
* config: rename bindings -> bindsRobin Jarry2022-11-161-0/+440