Emacs: fzf

From wikinotes

An emacs plugin that wraps fzf.

Documentation

repo https://github.com/bling/fzf.el

Install

;; auto-install fzf
(use-package fzf :ensure t)

Configuration

;; bind to 'C-t' in evil-mode
(define-key evil-normal-state-map (kbd "C-t") 'fzf-find-file)