Sublime

From Bitpost wiki
Revision as of 01:52, 26 September 2016 by M (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)