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`
=====
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
Release history Release notifications | RSS feed
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)