July 5, 2015

Sublime Text Custom Settings – Tips & Tricks

In this lesson we learn how to increase the readability of your code, make your cursor easier for your eyes to track down, and a bunch of other Sublime Text tips and tricks to make your coding life more enjoyable. Let’s get to it! Have you created amazing pages with HTML & CSS and want […]

July 5, 2015

Custom Sublime Text Themes and Color Schemes

It’s super easy to change color schemes in Sublime Text, but changing “themes” is a bit tricker. A “theme” controls the appearance of the sidebar, bottom status bars, and other parts of the UI aside from the actual part of the screen with your code. Let’s learn how to install and use new Sublime Text […]

July 5, 2015

Sublime Text Macros – Record Your Patterns For Reuse

If you find yourself performing the same action again and again in your text editor odds are you can save yourself some time by creating a macro. For example, if you find yourself frequently pushing the right arrow key a few times, then typing a semicolon, and then pressing return… why not have a keyboard […]

July 5, 2015

Sublime Text Keyboard Shortcuts (Key Bindings)

We all know that the keyboard is faster than the mouse, and in this lesson we learn how to create custom keyboard shortcuts (key bindings) in Sublime Text. Have you created amazing pages with HTML & CSS and want to move them from your computer’s hard drive to online so the world can see them? […]

July 5, 2015

Create New Custom Snippets in Sublime Text

Sublime Text comes with a lot of great snippets “out of the box” but we all work and think differently so it makes sense to create your own snippets to match your own personal patterns and preferences. In this lesson we learn how to create our own custom snippets for Sublime Text. Have you created […]

July 5, 2015

Emmet Tips and Tricks – Write HTML & CSS Way Faster

Emmet is an add-on for your text editor that allows you to write HTML & CSS incredibly fast. It’s a bit difficult to explain in words, but you can think of Emmet as Snippets on steroids that are also infused with magic. Check out the video below to learn how to make Emmet part of […]

December 29, 2014

Sublime Text Snippets

Snippets are my favorite text editor feature. Once snippets become second nature your coding speed can triple or quadruple. In this lesson we learn how to use tab triggered snippets in Sublime Text. Have you created amazing pages with HTML & CSS and want to move them from your computer’s hard drive to online so […]

December 29, 2014

Sublime Text Package Manager Tutorial

The Sublime Text package manager let’s us install brilliant community add-ons to Sublime Text. This includes new syntax code highlight schemes, FTP plugins, color picker tools, and much, much more. Have you created amazing pages with HTML & CSS and want to move them from your computer’s hard drive to online so the world can […]

December 29, 2014

Sublime Text Command Palette Tutorial

The Command Palette places countless Sublime Text commands at our fingertips. In this lesson we learn essential keyboard shortcuts, and get our feet wet with entering commands. Have you created amazing pages with HTML & CSS and want to move them from your computer’s hard drive to online so the world can see them? The […]

December 9, 2014

Sublime Text Goto Anything Tips

In this lesson we learn how to open a folder in Sublime Text and use search tools to immediately jump to any file, function, or string in our project. Have you created amazing pages with HTML & CSS and want to move them from your computer’s hard drive to online so the world can see […]