zsh abbreviation exapnsion plugin
```yaml
abbrevs: # abbrev alias - name: git abbr: g snippet: git
# global abbrev - name: '>/dev/null' abbr: null snippets: '>/dev/null' global: true
# global abbrev with context - name: git commit -m abbr: cm snippet: commit -m global: true context: '^git\s+' ```
zsh
$ eval "$(zabrze init --bind-keys)"
then
```zsh
$ g
$ git commit -m ```
You can download a binary release here.
zsh
zinit blockf light-mode as"program" from"gh-r" for \
atload'eval "$(zabrze init --bind-keys)"' \
Ryooooooga/zabrze
zsh
$ cargo install zabrze