Friday, November 12, 2021

how to set sublime as default editor in filezilla

In this tutorial we will show how to set sublime editor in Filezilla with Ubuntu operating system.

Check sublime editor already installed or not, if not  so just click on below link

Install Sublime Text Editor In Ubuntu


Step 1)
Get the editor location 

$ which subl

Step 2) Launch Filezilla Application

Step 3) In the Filezilla Dashboard Click on

Edit >> Setting


Step 4) In the Navigation panel click on

File Editing


 

Step 5) Choose following setting and click on OK

  • Do Not Use Default editor
  • Use FileType Association if available 



Step 6)
In the Navigation panel click on

Filetype Association

 

Step 7) Paste below content in the Box

Note: You can add more File Extension as per your requirement.

css    /usr/bin/subl
php   /usr/bin/subl
env   /usr/bin/subl
html   /usr/bin/subl
log    /usr/bin/subl
.        /usr/bin/subl
json   /usr/bin/subl
js      /usr/bin/subl
txt    /usr/bin/subl

 

Step 8) Now check and edit the file.


No comments:

Post a Comment

testing