Skip to main content

fasd for neovim

Project description

nfasd
=====

Open nvim recent files fast.


Installation
------------
Install the python package

.. code:: bash
pip install nfasd

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

Alternately, if you are a zsh user, add the following to ~/.zshrc
.. code:: bash
autoload bashcompinit
bashcompinit
eval "$(register-python-argcomplete nfasd)"

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

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

Then you can press `n myPro<tab>` to make it `n ~/myProject`

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.2.tar.gz (2.4 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