Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update tcell to v2 and enable TrueColor support | y0ast | 2020-12-18 | 1 | -1/+1 |
| | | | | | | | | | Also update to the tcell v2 PaletteColor api, which should keep the chosen theme of the user intact. Note, that if $TRUECOLOR is defined and a truecolor given, aerc will now stop clipping the value to one of the theme colors. Generally this is desired behaviour though. | ||||
* | all: use fmt.Errorf for fomartting errors | Wagner Riffel | 2019-09-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | ||||
* | lowercase all key bindings | Reto Brunner | 2019-07-17 | 1 | -32/+32 |
| | |||||
* | Change ex command to C-x when using terminal | Drew DeVault | 2019-05-24 | 1 | -2/+2 |
| | |||||
* | Add distinct keybindings for each compose view | Drew DeVault | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | Rig up terminal keybinding group | Drew DeVault | 2019-03-21 | 1 | -0/+1 |
| | |||||
* | Add context-specific keybindings | Drew DeVault | 2019-03-21 | 1 | -0/+10 |
| | |||||
* | Add additional context to key binding set | Drew DeVault | 2019-03-21 | 1 | -4/+14 |
| | |||||
* | Fix special key bindings (e.g. <C-d>) | Drew DeVault | 2019-03-15 | 1 | -1/+6 |
| | |||||
* | Rig up key bindings | Drew DeVault | 2019-03-15 | 1 | -156/+156 |
| | |||||
* | Implement key bindings subsystem | Drew DeVault | 2019-03-15 | 1 | -0/+284 |
Which is not yet rigged up |