Sublime Text 2 is a slick, cool, fast, and sophisticated code editor for Windows, Linux, and Mac. The main binary of Sublime Text is created with C/C++ programming language, so it's good in performance. Today, I'd like to share a post I've found on WebUpd8 blog to you :)


Below are some Sublime Text 2 features you might love:
  • Go To Anything: You can go to lines, symbols, functions, words with a few keystrokes.
  • Command Palette: Use the most used function easily.
  • Split Editing: Well, if you have a large screen, this feature will make writing a code much easier.
  • Multiple selection: Select multiple lines and edit them at once!
  • Cross platform: It supports Windows, Linux, and Mac operating systems.

For further information about Sublime Text 2 please click here.

Please note that Sublime Text 2 is not a free application, you must buy its license for continued use. However, it can be downloaded and evaluated for free without enforced time limit.

Install Sublime Text 2 on Ubuntu
If you visit the official website of Sublime Text, you can download the tarball package, extract it on your computer, and execute the Sublime Text binary. But there is an easier way by using PPA. What it does is download the tarball package from Sublime Text website, extract it on computer and create desktop file, so you can launch it from Unity Dash or via right click on the file.



Well, open Terminal and type the following command to install Sublime Text 2:
  • sudo add-apt-repository ppa:webupd8team/sublime-text-2
  • sudo apt-get update
  • sudo apt-get install sublime-text
via: WebUpd8