Skip to content

Installation

Package Control

The recommended way to install FuzzyFileNav is via Package Control. Package Control will install the correct branch on your system and keep it up to date.

  1. Ensure Package Control is installed. Instructions are found here.

  2. In Sublime Text, press CtrlShiftP (Win, Linux) or CmdShiftP (OSX) to bring up the quick panel. It will show a list of installable plugins.

  3. Start typing FuzzyFileNav; when you see it, select it.

  4. Restart to be sure everything is loaded proper.

  5. Enjoy!

Git Cloning

Warning

This is not the recommended way to install FuzzyFileNav for the casual user as it requires the user to know which branch to install, know how to use git, and will not get automatically updated.

If you are forking for a pull request, this is the way to go, just replace the official repository with the link for your fork.

  1. Quit Sublime Text.

  2. Open a terminal:

    cd /path/to/Sublime Text 3/Packages
    git clone https://github.com/facelessuser/FuzzyFileNav.git FuzzyFileNav
    
  3. Restart Sublime Text.