This is a plugin for zsh heavily inspired by PatrickF1/fzf.fish.
It's still a work in progress, and has slightly different keybindings.
Keybinding | Description |
---|---|
Ctrl+T or Ctrl+Alt+F |
File search using fzf |
Ctrl+R |
History search using fzf |
Alt+c |
Change directory using fzf |
Ctrl+Alt+L |
Git log search using fzf |
Ctrl+Alt+T or Ctrl+Alt+S |
Git status search using fzf |
Ctrl+V |
Environment variables search using fzf |
Ctrl+Alt+P |
Find a package name using fzf |
Ctrl+Alt+B |
Blame search |
antidote install scaryrawr/fzf.zsh
git clone https://github.com/scaryrawr/fzf.zsh $ZSH_CUSTOM/plugins/fzf
- chafa - Image preview
- bat - cat with syntax highlighting
- fd - Alternative to
find
- eza - Alternative to
ls
You can customize the behavior of the fzf plugin by setting the following environment variables:
Variable Name | Description | Passed Argument |
---|---|---|
FZF_DEFAULT_OPTS |
Default options for fzf | N/A |
FZF_PREVIEW_CMD |
Command to use for file preview | file path |
FZF_GIT_BLAME_PREVIEW_CMD |
Command to use for git blame preview | file path |
FZF_GIT_COMMIT_PREVIEW_CMD |
Command to use for git commit preview | commit |
FZF_GIT_LOG_PREVIEW_CMD |
Command to use for git log preview | commit |
FZF_DIFF_PREVIEW_CMD |
Command to use for diff preview | diff |