Skip to main content

fasd for neovim

Project description

nfasd
=====

Autocomplete nvim recent files in command line

Installation
------------
Install the python package
::
pip install nfasd

Add the following line in your :code:`~/.bashrc`
::
eval "$(register-python-argcomplete nfasd)"

Alternatively, if you use zsh, add the following to :code:`~/.zshrc`
::
autoload bashcompinit
bashcompinit
eval "$(register-python-argcomplete nfasd)"

Configuration
-------------

Add the following to :code:`~/.bashrc` or :code:`~/.zshrc`
::
alias n='nfasd -e nvim'
alias ny='nfasd -e nyaovim'

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

Special Thanks
--------------
`fasd <https://github.com/clvv/fasd>`_ : the awesome command line tool

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nfasd-0.5.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page