Sublime Text 3 Refresh Folder
- Open Sublime Text.
- Select Preferences from the top menu and click Key Bindings – User.
- Add the following entry between the brackets.
// Refresh folder list with F5 { "keys" : [ "f5" ], "command" : "refresh_folder_list" } |
You should be able to refresh the folders with F5.
No hay comentarios.:
Publicar un comentario