Force Folder Refreh in Sublime
- Open Sublime Text.
- Select Preferences from the top menu and click Key Bindings – User. Here you will see a JSON file that should contain an array of objects (initially the array is empty). Every object will represent a shortcut.
- Add the following (new shortcut object) entry into the array (between the brackets):
{ "keys" : ["f5"], "command" : "refresh_folder_list" }
You should be able to refresh the folders with F5.
Comments
Post a Comment