mirror of
https://github.com/joshskidmore/zsh-fzf-history-search.git
synced 2026-09-10 07:06:21 -04:00
|
|
||
|---|---|---|
| LICENSE | ||
| README.md | ||
| zsh-fzf-history-search.plugin.zsh | ||
| zsh-fzf-history-search.zsh | ||
zsh/fzf History Search
A simple zsh plugin to replace Ctrl-r with an fzf-driven, searchable list of history.
Pull requests always appreciated!
Requirements
Installation
zinit
Add this to ~/.zshrc:
# zsh-fzf-history-search
zinit ice lucid wait'0'
zinit light joshskidmore/zsh-fzf-history-search
oh-my-zsh
Clone the repository inside your oh-my-zsh repo:
git clone https://github.com/joshskidmore/zsh-fzf-history-search ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-fzf-history-search
Enable it in your .zshrc by adding it to your plugin list:
plugins=(… zsh-fzf-history-search)
