⏩ Shortcuts

Custom Keybindings

Main

Actions

Custom

📦 Packages

Installation Process

Installing extensions is a little bit weird in Sublime in that you first have to install Package Control - which will then give you access to all other packages?

“But Peter, isn’t Package Control itself a package?” - Well yeah I would think so, but maybe it’s the one special type of package that doesn’t need Package Control to be installed.

Packages

*️⃣ RegEx

https://jdhao.github.io/2019/02/28/sublime_text_regex_cheat_sheet/

Match not Word

For example if you want to find all instances of "type": " followed by something that isn't Unsubscribe, Generic, Share, Subscribe or Call use: Link

"type": "(?!Unsubscribe|Generic|Share|Subscribe|Call)