8000 GitHub - lxp731/fzf-hotkey: A plugin for zsh integrate fzf.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lxp731/fzf-hotkey

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A plugin for oh-my-zsh integrate fzf.

You can use some hotkeys in termimal to call fzf.

  • Ctrl-R: search history
  • Ctrl-T: search file
  • Alt-C : search folder

fzf hotkey

Installation

  1. Ensure you have installed fzf.

  2. 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
)

About

A plugin for zsh integrate fzf.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0