Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fzf integration #146

Open
trusktr opened this issue Mar 14, 2018 · 6 comments
Open

fzf integration #146

trusktr opened this issue Mar 14, 2018 · 6 comments
Labels

Comments

@trusktr
Copy link

trusktr commented Mar 14, 2018

There's currently CtrlP integration. An fzf integration would be awesome.

https://github.com/junegunn/fzf
and
https://github.com/junegunn/fzf.vim

@GCorbel
Copy link

GCorbel commented Dec 2, 2018

I tried the commit added by @mg979 and it seems to works. Do you plan to do a PR for that?

@arooni
Copy link

arooni commented Feb 26, 2020

how did you integrate this? i have copied it to /home/david/.vim/plugged/fzf.vim/autoload/fzf
and /home/david/.vim/plugged/fzf.vim/autoload/fzf without effect

@GCorbel @mg979

@Olyve
Copy link

Olyve commented Jul 7, 2021

I tried the commit added by @mg979 and it seems to works. Do you plan to do a PR for that?

Can you point to the commit you are talking about? I am having issues integrating fzf with the bookmarks as well

@GCorbel
Copy link

GCorbel commented Jul 7, 2021

I was talking about this PR : #147.

@yyangdid
Copy link

yyangdid commented Sep 30, 2021

fzf-preview.vim already supported.

@fresh2dev
Copy link

Neovim's fzf-lua plugin has a command to filter the quickfix list using FZF (:FzfLua quickfix)

Coupled with vim-bookmark's :BookmarkShowAll command which populates the quickfix, the following command will populate the quickfix with all bookmarks, then run the results through FZF:

:exec 'BookmarkShowAll' | cclose | FzfLua quickfix<CR>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants