Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(modules/atuin): Swap cursor modes | Benedikt Peetz | 2024-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 Peetz | 2024-10-18 |
| | | | | | This list already contained nix, and it should be better to follow upstreams changes here, instead of hardcoding it. | ||
* | fix(modules/atuin): Don't try to save space at all costs | Benedikt Peetz | 2024-10-18 |
| | | | | | `atuin` really breaks with these settings. Thus, it's better to allow it to take up more space. | ||
* | feat(modules/atuin): Init | Benedikt Peetz | 2024-10-18 |