Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 396 Bytes

fzf-fuzzy-history-and-file-searching.md

File metadata and controls

4 lines (3 loc) · 396 Bytes

Fuzzy command history and directory tree searching can be enabled through the use of junegunn/fzf and its associated ZSH plugin.

  • Ctrl-R will be bound to your command history by default
  • Ctrl-T will perform a fuzzy search for a file in your current directory tree. This can be triggered part way through typing a command to quickly fill in a file path.