🔥 Text Pastry + Sublime Multiple Cursors is one of my favourite combos
🔥 Git Tip: Use git add -p to review and add changes hunk-by-hunk. Handy when you want to break a single file's changes into two commits
git add -p
🔥 Sublime HyperClick lets you open ES6 + CommonJS modules right from their import statement