Fzf: installing with Pathogen

Created on 19 Oct 2017  路  6Comments  路  Source: junegunn/fzf

  • Category

    • [ ] fzf binary

    • [ ] fzf-tmux script

    • [ ] Key bindings

    • [ ] Completion

    • [x] Vim

    • [ ] Neovim

    • [ ] Etc.

  • OS

    • [ ] Linux

    • [x] Mac OS X

    • [ ] Windows

    • [ ] Windows Subsystem for Linux

    • [ ] Etc.

  • Shell

    • [ ] bash

    • [ ] zsh

    • [x] fish

I haven't been able to get this to work. Inside Vim, :Files is not a recognized command.
I'm using Pathogen for my plugins.
I installed fzf as a command-line tool and that works.
I cloned this repo in my ~/.vim/bundle directory and restarted Vim, but it seems that isn't enough.
What else do I need to do?

Most helpful comment

set rtp+=~\.fzf

All 6 comments

Nevermind. I was reading an article titled "VIM AFTER 15 YEARS" that claims the way to run this is to enter :Files. I see now that I have to enter :FZF.

:Files is provided by https://github.com/junegunn/fzf.vim, which is a collection of commands built using the basic functionality provided by this main repo.

That is what I installed, but I still don't have the :Files command. Maybe there is another step I need to take to activate the plugin. However, that isn't usually needed with Pathogen. I just need to clone the repo into my ~/.vim/bundle directory which is what I did with fzf. Not sure why it isn't working.

You need to clone both repositories and that's all you have to do.

set rtp+=~\.fzf

@bochen2014 I think's it is set rtp+=~/.fzf

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alistaircolling picture alistaircolling  路  3Comments

jberglinds picture jberglinds  路  3Comments

skamsie picture skamsie  路  3Comments

ahmedelgabri picture ahmedelgabri  路  3Comments

leonklingele picture leonklingele  路  3Comments