Sublime

From Bitpost wiki
Revision as of 16:13, 13 June 2016 by M (talk | contribs) (Created page with "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 su...")
(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)