# Refresh File and Folders Reload current file and folder tree structure, package for Sublime Text. Use F5 to reload external changes. Useful when working with files on a remote location, collaborative editing, pair programming. ## Install Using [Package Control](https://sublime.wbond.net/installation) Ctrl + Shift + P → Package Control: Install Package → Refresh File and Folders ### Manual Install Download or clone this repository into Sublime Text Packages directory. 1. From Sublime click the `Preferences > Browse Packages…` menu 2. Open terminal window in the Packages directory 3. Clone repository ``` git clone https://github.com/codebicycle/refresh-file-and-folders.git ```