A plugin for oh-my-zsh integrate fzf.
You can use some hotkeys in termimal to call fzf.
Ctrl-R
: search historyCtrl-T
: search fileAlt-C
: search folder
-
Ensure you have installed fzf.
-
Clone this repository into your oh-my-zsh plugins folder.
git clone https://github.com/lxp731/fzf-hotkey.git "$ZSH_CUSTOM/plugins/fzf-hotkey"
Then add this line to your .zshrc
. Make sure it is before the line source $ZSH/oh-my-zsh.sh
.
plugins=(
...
fzf-hotkey
)