Highlights
- Add basic command history. Pressing
↑
/↓
while the query section is active should cycle through your queries, similar to how one would cycle through past commands in you shell history. - Adds the ability to override specific parts of the Chroma themes available for use. See Available Configuration Options for additional details and an example.
Changelog
- b73ad78 config: option for overrides to chroma styles (#32)
- 968696b feat: add basic command history (#33)
Breaking Changes
- Remove
file
option from config file options - Move
theme
option totheme.name
in config file options