Skip to content

c9s/filefind.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileFind.vim

INSTALL

$ make install

$ cat function.sh >> ~/.zshrc
$ cat function.sh >> ~/.bashrc

USAGE

$ fv pattern 

$ f pattern | vim -

MAPPING

  • <Enter> - open file in new tab
  • <C-l> - open file in new tab
  • <C-k> - open file in split window
  • D - delete file.
  • <C-x>G - grep file content.
  • <C-x><C-G> - grep file content from current file list.
  • <C-x><C-F> - filter current file list
  • ? - show help message

About

Auto bind features when piping file list to vim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published