Skip to content

quanhengzhuang/vim-filefinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

filefinder.vim

Quickly find and manage files based on the system's find command.

Installation

vim-plug

Plug 'quanhengzhuang/vim-filefinder'

Vundle

Plugin 'quanhengzhuang/vim-filefinder'

Features

  • File find: Quickly display all files in the pwd directory.
  • File management: Quickly copy, move, and delete files.

Usage

The following shortcuts are recommended.

map <leader>a :FinderFind<CR>

The key bindings in the filefinder buffer.

  • Enter - Open the file in current window.
  • t - Open the file in a new tab.
  • c - Copy the file.
  • m - Move the file.
  • d - Delete the file.
  • r - Refresh the filefinder buffer.
  • R - Run the file.
  • q - Quit the filefinder.

About

Quickly find and manage files in vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published