Sublime: Difference between revisions

From Bitpost wiki
(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...")
(No difference)

Revision as of 16:13, 13 June 2016

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)