Last Updated: February 25, 2016
·
7.368K
· dayjo

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.

1 Response
Add your response

Cool tip.

over 1 year ago ·