After renaming or moving files or folders outside of sublime text, those files while open in sublime text are marked as deleted in sublime text. Is there a way to update the file path and name without closing the file in sublime text to keep all of its editing history?
Updating paths without closing open files
frou
#2
Don’t think it’s directly exposed in the ST UI, but a plugin could use the view.retarget method to do that.
0 Likes