How to move a file to another folder in Sublime text ?
If I have this structure
-- storage/ ---- src/ -- /index.php
How could I move index.php
to src/storage/index.php
?
-- storage/ ---- src/ ------ index.php
Note : This question applies to Sublime Text 2
or 3
, since you never knew how to move files in any of them.