Sublime Text Keyboard Shortcut for Refreshing Folders
Unfortunately, when you have a large code base in Sublime Text, and are regularly switching git branches, the project file list really struggles with detecting changes and updating the file list.
I found myself regularly clicking the project menu and clicking "refresh folders".
You can add a Keyboard Shortcut to make this a bit easier by adding the following to your "Key Bindings - User" under preferences;
{ "keys": ["f5"], "command": "refresh_folder_list" }
This makes F5 the key to refresh folders.
Written by Joel Day
Related protips
1 Response
Cool tip.
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Sublime text
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#