Python Training by Dan Bader

Using Sublime Text as your Git editor

A quick screencast that shows you how to use Sublime Text as your Git editor. Super useful if you work with Git from the command line!

» Subscribe to the dbader.org YouTube Channel for more Python tutorials.

<strong>5 Sublime Text Tweaks</strong> to <em><u>Boost</u> Your Python Productivity</em>

5 Sublime Text Tweaks to Boost Your Python Productivity

Free 5-day class—just enter your email address below:

This article was filed under: productivity, programming, sublimetext, and video.

Related Articles:
  • How to use Sublime Text from the command line – Sublime Text comes with a handy command line tool (“subl”) that lets you control Sublime Text from the terminal. In this 3 minute screencast I’ll show you how to setup the command and what you can do with it.
  • Setting up Sublime Text for Python development – I recently started using Sublime Text 2 more and more as my main editor for Python development. This article explains my setup and some tweaks that make Python programmers happy.
  • Sublime Text plugin review: GitGutter – Let’s take a look at GitGutter, a Sublime Text 2/3 plugin that highlights lines modified since the latest Git commit.
  • Sublime Text for Python development — My 2016 review – When you ask for editor recommendations as a Python developer one of the top choices you’ll hear about is Sublime Text. In this post I’ll review the status of Python development with Sublime Text as of 2016.
  • Click & jump to any file or folder from the terminal – iTerm2 for macOS has a little known feature that lets you open files and folders simply by Cmd+Clicking on them in the terminal. Among other things, this is super handy for debugging tests.
Latest Articles:
← Browse All Articles