Skip to content

Re-add fzf-git for zsh #36

Description

@jdevera

Context

fzf-git.sh was only wired into the bash config (external target .bash.d/90_externals_fzf_git.sh). The bash decommission (92fe313) removed the external entirely, so the keybindings (Ctrl-G Ctrl-B for branches, etc.) are gone.

Task

If still wanted, re-add it for zsh:

  • New entry in home/.chezmoiexternals/ (or restore fzf-git.toml) targeting .config/zsh/zsh.d/, e.g. 190_tool_fzf_git.zsh, pulling https://github.com/junegunn/fzf-git.sh/raw/refs/heads/main/fzf-git.sh — the script supports both bash and zsh.
  • Check interaction with the existing fzf setup in zsh.d/private_190_tool_fzf.zsh.tmpl (fzf-git expects fzf keybindings to be loaded first; numeric prefix ordering should handle it).

Alternatively, decide it was never used and close this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions