sublimetext3 - Reload a file in Sublime -
i edited file in sublime without saving it. want reload saved version discarding changes. how possible? have close tab without saving , open again manually or there hotkey replace shown version saved one?
in sublime 3: file -> revert file
you can bind hotkey in preferences -> key bindings - user
{ "keys": ["f10"], "command": "revert" }
Comments
Post a Comment