Skip to content

Instantly share code, notes, and snippets.

@german-bortoli
Last active December 15, 2015 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save german-bortoli/5212716 to your computer and use it in GitHub Desktop.
Save german-bortoli/5212716 to your computer and use it in GitHub Desktop.
Sublime text 3 shortkeys

Sublime Text 3

##How to install Package Control

There is an alpha quality release of Package Control for Sublime Text 3 available. Please note that it currently functions the same as for ST2, however there will be changes in the future to properly support the new preferred method of keeping .sublime-package files on disk instead of extracting them to the Packages/ folder.

Please use GitHub issues and prefix all bug titles with ST3: .

Git Install (MAC ONLY)

Since Sublime Text 3 no longer extracts the contents of .sublime-package files by default, and the fact that Package Control needs to read CA cert files from disk for SSL certificate verification, the only viable install method right now is via Git.

cd ~/Library/"Application Support"/"Sublime Text 3"/Packages
git clone https://github.com/wbond/sublime_package_control.git "Package Control"
cd "Package Control"
git checkout python3

Source

Sublime text 3 shortkeys

This file is to put all sublimetext3 shortkeys that all we know, sharing is da powah.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment