bling / fzf.el

A front-end for fzf
GNU General Public License v3.0
364 stars 49 forks source link

Added support for ripgrep and ESC #47

Open shinew opened 5 years ago

shinew commented 5 years ago

First time writing elisp, feel free to make changes!

pierre-rouleau commented 1 year ago

@shinew Support for ripgrep can be done within a single defcustom, no need to add a new one. I have just added a multi-choice dimension to the fzf/grep-command user-option with default options that work with ripgrep. Emacs customization mechanism is a very powerful mechanism. Take a look at my latest PR (https://github.com/pierre-rouleau/fzf.el/commit/a43a12b9857ce67e83165c69029a25d1416c62e0) .

My PR does not address your ESC issue, but I think that functionality belong outside of fzf.