Setting default application to open files through FileZilla?
You can set it by going to edit > Settings
, and then going to the Filetype Associations
section and adding the filetypes and the editor you want.
Go to Edit -> Settings
and navigate to File Editing
.
Choose Use custom editor
and browse the executable file of Sublime Text 2
.
Close the dialog by pressing OK.
Done!
Screen shot of a mac application
Write in the terminal : dpkg -L sublime-text
to check the sublime current location.
And then try to find something like this : /usr/bin/subl
Now you just need to go to - edit - settings - Filetype Associations
And write the following :
html /usr/bin/subl
to open in the same window
and...
html /usr/bin/subl -open
to open in the new window :)