What's New in 0.1.3
Added
- zsh and bash
initscripts now auto-bind Alt+Z to the widget, so a singleeval "$(zxcv init <shell>)"is enough. The bash binding is gated to interactive shells and bash 4+ (the macOS system bash 3.2 prints a clear warning instead of silently failing). - The regenerate key is configurable via
[keys] regeneratein the config file.
Changed
- Enter is now context-sensitive: it selects the highlighted candidate when the query matches history, and generates with the LLM when there is no match.
- The default regenerate key is now Ctrl-L (previously Ctrl-G).
- Generated candidates are listed before history so the most likely LLM result sits at the cursor's initial position — no scrolling up to reach fresh results.
Install zxcv 0.1.3
Shell script (macOS / Linux)
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/kuzukawa/zxcv/releases/download/v0.1.3/zxcv-installer.sh | shHomebrew
brew install kuzukawa/tap/zxcvSee the CHANGELOG for full history.