Emacs: fzf

From wikinotes
Revision as of 18:36, 4 November 2023 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)