bling / fzf.el

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

Preview/action not working with `fzf-find-in-buffer` #120

Open cibinmathew opened 3 months ago

cibinmathew commented 3 months ago

Feature request fzf-find-in-buffer was added in https://github.com/bling/fzf.el/pull/96 and preview support was added later for few methods in https://github.com/bling/fzf.el/pull/102

It would be great to have

  1. preview available for fzf-find-in-buffer as well. note: fzf-find-in-buffer candidates contain only line number and text (no filepath since it is current buffer)

  2. action that takes to the line location on choosing a candidate

LiuYinCarl commented 2 months ago

I try twice to add a preview, but failed. It's really vary hard to add preview feature. Instead, you can use "goto-line-preview" plugin. but it only accept a line number as input.