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.
Context
fzf-git.shwas 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:
home/.chezmoiexternals/(or restorefzf-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.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.