| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
New features:
- The `vi` mode is now actually useful
- The whole history search/suggestion has been integrated into `atuin`
- The `edit-command-line` plugin does no longer print useless stuff
- and miscellaneous other things.
|
| |
|
|
|
|
|
| |
This list already contained nix, and it should be better to follow
upstreams changes here, instead of hardcoding it.
|
|
|
|
| |
This might allow `atuin` to parse this key.
|
|
|
|
|
| |
`atuin` really breaks with these settings. Thus, it's better to allow it
to take up more space.
|
|
|
|
| |
The current formatting does not work with atuin.
|
| |
|
| |
|
|
|
|
|
| |
Storing the secrets in the module that actually needs them, is a cleaner
solution.
|
|
|
|
|
|
|
| |
This makes it possible to mix and match between `NixOS` and
`home-manager` options and thus allows merging the secret handling
directly into this module. Furthermore, the `systemd` tempfiles handling
was also merged into this module.
|
| |
|
|
|
|
|
| |
This also creates the `imv` and `zathura` module, but the added
configuration should be trivial (especially in the `imv` case.)
|
| |
|
|
From now on all modules should be added to the new `by-name` directory.
This should help remove the (superficial and utterly useless)
distinction between `home-manager` and `NixOS` modules.
|