A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/tom-power/fzf-tab-widgets below:

tom-power/fzf-tab-widgets: zsh plugin providing widgets for the brilliant fzf-tab :bow:

Some widgets I use with the brilliant fzf-tab, ymmv!

export fzfTabBookmarks=(
  ~/bin
  ~/Downloads
  ~/project
  ~/tmp
)

bindkey '^B' 'fzf-tab-complete-bookmarks'
bindkey '^E' 'fzf-tab-complete-recent-dirs'
export fzfTabFindKeep=1000

bindkey '^F' 'fzf-tab-complete-find'

recursively find files/directories under your current location, dot files/directories excluded, keeps up to $fzfTabFindKeep.

Depends on fzf and fzf-tab so install them, then one of these..

zplug "tom-power/fzf-tab-widgets", at:main
# note https://github.com/Aloxaf/fzf-tab/issues/177
antigen bundle tom-power/fzf-tab-widgets --branch=main
git clone https://github.com/tom-power/fzf-tab-widgets ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/fzf-tab-widgets
plugins=(... fzf-tab-widgets)
git clone https://github.com/tom-power/fzf-tab-widgets ~/.zsh/fzf-tab-widgets
source ~/.zsh/fzf-tab-widgets/fzf-tab-widgets.plugin.zsh

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4