Skip to content

fzf plugin for zsh based on PatrickF1/fzf.fish

Notifications You must be signed in to change notification settings

scaryrawr/fzf.zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FZF ZSH Plugin

This is a plugin for zsh heavily inspired by PatrickF1/fzf.fish.

It's still a work in progress, and has slightly different keybindings.

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

Installation

Antidote

antidote install scaryrawr/fzf.zsh

Oh My Zsh

git clone https://github.com/scaryrawr/fzf.zsh $ZSH_CUSTOM/plugins/fzf

Screenshots

File Search

File Search

Image Preview

History Search

History Search

Change Directory

Change Directory

Git Log Search

Git Log Search

Git Status Search

Git Status Search

Environment Variables Search

Environment Variables Search

Find a Package Name

Find a Package Name

Dependencies

Required

Optional

  • chafa - Image preview
  • bat - cat with syntax highlighting
  • fd - Alternative to find
  • eza - Alternative to ls

Customizable Variables

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

About

fzf plugin for zsh based on PatrickF1/fzf.fish

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages