Skip to content

haifengkao/nfasd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nfasd

Autocomplete nvim recent files in command line

Installation

Install the python package

Add the following line in your ~/.bashrc

Alternatively, if you use zsh, add the following to ~/.zshrc

For fish shell, you need to install

Configuration

Add the following to ~/.bashrc or ~/.zshrc

Then you can press n myPro<tab> to get n ~/myProject

-e specifies which executable to open the file

If you want to exclude certain file patterns, use the --exclude option, e.g.

Changelog

2.0 for nvim 0.6 new shada format

1.0 for python3

0.19 for python2

Tips

To increase the number of recent files to 1000, add the following line to your ~/.config/nvim/init.vim

Special Thanks

fasd : the awesome command line tool