HostOnNet Blog

How do I set Sublime Text 3 as The Default Editor For Filezilla On Ubuntu

Looking for Linux Server Admin or WordPress Expert? We can help.

I exchanged my computer with co-worker Tom and Sublime Text was not installed on his PC.

So I installed sublime-text by running the below commands

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt-get update
sudo apt-get install sublime-text

Then in FileZila > Edit > Preferences > File Type Association added the below

php /usr/bin/subl
css /usr/bin/subl

sublime

Here are some of other posts about Sublime Text

Convert Upper and Lower case letters in Sublime

How to Set Unix as Default Line Ending in Sublime Text

About Sibi Antony

Bootstrap and Android LOVER. I've been creating things for the web for over 10 years, from the period of flash and table based layout web sites till mobile and tab friendly web sites.
Posted in Sublime Text

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.