about summary refs log tree commit diff stats
path: root/modules/by-name/at (follow)
Commit message (Collapse)AuthorAge
* fix(modules/atuin): Swap cursor modesBenedikt Peetz2024-10-21
| | | | | | All my software is using a block cursor in normal/command mode and a bar cursor for insert mode when doing `vi` emulation. `atuin` should do the same.
* fix(modules/atuin): Avoid setting `common_subcommands`Benedikt Peetz2024-10-18
| | | | | This list already contained nix, and it should be better to follow upstreams changes here, instead of hardcoding it.
* fix(modules/atuin/secrets): Make encryption key shorterBenedikt Peetz2024-10-18
| | | | This might allow `atuin` to parse this key.
* fix(modules/atuin): Don't try to save space at all costsBenedikt Peetz2024-10-18
| | | | | `atuin` really breaks with these settings. Thus, it's better to allow it to take up more space.
* fix(modules/atuin/secrets): Improve secret key formattingBenedikt Peetz2024-10-18
| | | | The current formatting does not work with atuin.
* feat(modules/atuin): InitBenedikt Peetz2024-10-18