Sublime

From Bitpost wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Sublime editor seems way better than anything else out there on linux:

sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer
git config --global core.editor "subl -n -w" # to use sublime with -n(ew window) and -w(ait for exit)