# Sublime FolderFiles plugin Library plugin that provides navigation over directories functionality for [sublime-file-list](http://github.com/shagabutdinov/sublime-enhanced) plugin. ### Demo ![Demo](https://github.com/shagabutdinov/sublime-enhanced-demos/raw/master/folder_files.gif "Demo") ### Installation This plugin is part of [sublime-enhanced](http://github.com/shagabutdinov/sublime-enhanced) plugin set. You can install sublime-enhanced and this plugin will be installed automatically. If you would like to install this package separately check "Installing packages separately" section of [sublime-enhanced](http://github.com/shagabutdinov/sublime-enhanced) package. ### Commands This commands will work when file list from directory is visible. | Description | Keyboard shortcut | |------------------------------|-----------------------------------------------| | Open exact file | Tab | | Create folder | Ctrl+N | | Open file manager for folder | F10 | | Goto folder up | Alt+Ctrl+I | | Goto folder down | Alt+Ctrl+K | | Goto root folder of project | Ctrl+H | | Goto user home folder | Ctrl+Shift+H | | Find in current folder | Ctrl+F | ### Dependencies * [QuickSearchEnhanced](https://github.com/shagabutdinov/sublime-quick-search-enhanced) * [FileList](https://github.com/shagabutdinov/sublime-file-list) * [OpenPath](https://github.com/shagabutdinov/sublime-open-path) * [StatusMessage](https://github.com/shagabutdinov/sublime-status-message)