aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/zs (unfollow)
Commit message (Collapse)Author
2025-03-30fix(modules/{atuin,zsh}): Avoid atuin keymaps overriding mineBenedikt Peetz
2025-02-02fix(modules/zsh): Avoid having to rely on the `~/.zshenv` fileBenedikt Peetz
We can use the `/etc/zshenv` file.
2024-10-23fix(modules/zsh): Support completion againBenedikt Peetz
These mappings were missed in the `zsh` rework, and are apparently needed for completion to work.
2024-10-21feat(modules/zsh): Nearly completely rewriteBenedikt Peetz
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.
2024-10-18refactor(modules/legacy/conf/zsh): Parameterize and move to new `by-name`Benedikt Peetz