sublimetext2 - How to open and save files -
is there way open files in sublime text2?
at moment open files this.
i open terminal , enter subl source/myproj/myfile.rs
can inside of sublime text2/3?
also when want create new file in source/myproj/ usally press ctrl + n create new window , hit ctrl + s save , name file. problem when hit ctrl + s file system dialog opens , have use mouse.
i think saw using vim , source/myproj/mynewfile.rs , file created.
is possible in sublime text 2/3?
to open file in current project, can hit ctrl+p , start writing filename. sort through files in project , give little list, 1 looking pre selected, if not, somewhere near topmost options select from, use arrow key down , highlight it, press enter , opened file.
another option create file using advancednewfile plugin.
when hit ctrl+n, asks near bottom of window path , filename, once enter it, opens new tab file created, not untitled file later use system dialog save disk.
Comments
Post a Comment