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

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -