GithubHelp home page GithubHelp logo

fzf.devicon.vim's Introduction

fzf ๐Ÿ’œ devicon โค๏ธ vim

Things is a fork of fzf.vim that adds in support for devicons via the devicon-lookup tool

This fork is compatible side by side with fzf.vim however it is NOT required! The commands that this plugin exports are post-fixed so as to NOT conflict with the originals

Due to the rename that took place after the fork updates from upstream need to be applied manually. Also not all the changes to upstream are relevant cause much of the scope is reduced. The current latest git commit from fzf.vim that is included here is 3925db8307ed3ed102eefdebfa4073396c2c347b

Example GIF

fzf.devicon.fzf example gif

Installation

Dependencies

fzf.devicon.vim depends on the devicon-lookup utility version >= 0.8 This must be installed separately, and can be installed via cargo

cargo install devicon-lookup

fzf.devicon.vim also depends on the basic Vim plugin of the main fzf repository which means you need to install both "fzf" and "fzf.devicon.vim". README-VIM.

Using vim-plug

Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'coreyja/fzf.devicon.vim'

fzf#install() makes sure that you have the latest binary, but it's optional, so you can omit it if you use a plugin manager that doesn't support hooks.

Commands

Command List
:FilesWithDevicons [PATH] Files (runs $FZF_DEFAULT_COMMAND if defined)
:GFilesWithDevicons [OPTS] Git files (git ls-files)
:GFilesWithDevicons? Git files (git status)
:AgWithDevicons [PATTERN] ag search result (ALT-A to select all, ALT-D to deselect all)
:RgWithDevicons [PATTERN] rg search result (ALT-A to select all, ALT-D to deselect all)
:LocateWithDevicons PATTERN locate command output
  • Most commands support CTRL-T / CTRL-X / CTRL-V key bindings to open in a new tab, a new split, or in a new vertical split
  • Bang-versions of the commands (e.g. Ag!) will open fzf in fullscreen
  • You can set g:fzf_command_prefix to give the same prefix to the commands
    • e.g. let g:fzf_command_prefix = 'Fzf' and you have FzfFiles, etc.

License

MIT

fzf.devicon.vim's People

Contributors

acornejo avatar adnoc avatar blueyed avatar coreyja avatar janlazo avatar joshpencheon avatar junegunn avatar liskin avatar low-ghost avatar matawed avatar mbudde avatar mg979 avatar mgaffney avatar mimame avatar nilsirl avatar nthapaliya avatar oscarmorrison avatar patheticpat avatar peter50216 avatar ptzz avatar qstrahl avatar sangwook avatar shea-parkes avatar tbelaire avatar tockn avatar twe4ked avatar tweekmonster avatar unclechu avatar uzxmx avatar wookayin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.