Thursday 25 April 2013

Awesome editor for any Scripting Language - Sub lime Text Editor

In Linux and Mac, most people use Vi editor and text editor for editing any scripting languages like shell, Python..etc,

This editor will be a bit complex and will not be handy to use.

One of my friend, A Linux enthusiast has introduced me a editor called "Sub Lime". 

This is an awesome text editor.  I found it very useful and handy. So thought of sharing it with you all.

Advantages of Sublime Text editor:

1. It gives auto suggestions for keywords and variables.

2. You can easily manage files and folders.

Steps to install :

sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text

After installing you can type the following command to open it.

sudo sublime-text

You can also find this in the applications after installing.

Do easy programming....

Reference Link : http://ellislab.com/forums/viewthread/232759/

Here is the preview ....

sublime

No comments:

Post a Comment