Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

wdomitrz/findfile.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

findfile.nvim

A lightweight and fast fuzzy file finder for Neovim (v0.10+).

Based on find file from JimmyZJX/leaderkey and C-x C-f (find-file) from Emacs.

Installation

mkdir -p ~/.local/state/nvim/site/pack/plugins/opt/
git clone --depth=1 https://github.com/junegunn/fzf           ~/.local/state/nvim/site/pack/plugins/opt/fzf
git clone --depth=1 https://github.com/junegunn/fzf.vim       ~/.local/state/nvim/site/pack/plugins/opt/fzf.vim
git clone --depth=1 https://github.com/wdomitrz/findfile.nvim ~/.local/state/nvim/site/pack/plugins/opt/findfile.nvim

and add

packadd fzf
packadd fzf.vim
packadd findfile.nvim

to your ~/.config/nvim/init.vim.

Using vim-plug

Plug 'junegunn/fzf'
Plug 'junegunn/fzf.vim'
Plug 'wdomitrz/findfile.nvim'

Usage

Commands

  • :FindFile [query] - Open the finder in the current buffer's directory.
  • :FindFileRoot [query] - Open the finder from the project's git root.

Default Keybindings

Key Action
<CR> Open selected item
<Tab> Complete directory or open item
<Esc> Close finder
<C-j> / <Down> Move selection down
<C-k> / <Up> Move selection up
<BS> Delete character or go to parent directory
<Space> Handoff query to FZF

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages