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 edit summary
 
Line 1: Line 1:
Sublime editor seems way better than anything else out there on linux:
Sublime editor seems way better than anything else out there on linux:
* sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo add-apt-repository ppa:webupd8team/sublime-text-3
* sudo apt-get update
sudo apt-get update
* sudo apt-get install sublime-text-installer
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)
git config --global core.editor "subl -n -w" # to use sublime with -n(ew window) and -w(ait for exit)

Latest revision as of 01:52, 26 September 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)