Vim training: online, in person, or in-house
Drew Neil has coached 600 people worldwide

Core Vim Class

There are no online courses currently scheduled.

You can take the self-study version of this course.


Vim can shred text at the speed of thought, but learning how can take years. Or you can learn everything that matters in 4 hours by taking this Core Vim Masterclass.

Why take the course?

  • Over the course of study, I'll gradually tease out a set of best practices so you'll build a deeper knowledge of Vim rather than just assembling a list of quick-fix solutions
Come and see how Vim can blow your mind, or your money back

What you will learn

  • learn how to repeat the last change using the dot command
  • meet the dot formula – a 2 step process with 1000 uses
  • move your cursor wherever you want it to go with as little as 2 keystrokes
  • DRY up your workflow with macros – your robotic sidekick
  • learn how to execute your macros across multiple files using the arglist
  • attain enlightenment by understanding text objects
  • Stop using counts! I will teach you to apply the same change over a visual range with the :normal command.
  • learn why old-school vi operators trump Visual mode

If you’ve already read Practical Vim, then you may be familiar with the concepts covered in this class. The coursework doesn’t correspond to any single chapter of my book, but joins the dots between the most important tips.

We learn best by doing. As Confucius put it: “I hear and I forget. I see and I remember. I do and I understand.”.

In this class you’ll get your hands dirty, learning best practices by applying them

How the class works in person

I teach this class using a combination of slides and live coding. When you sign up for the masterclass, I’ll ask for your github username. The learning materials are in a private github repository, to which you’ll be granted access. We’ll work through a series of exercises that are designed to teach Vim best practices.

We’ll be using bare Vim (not vi – we’re not savages). You’ll be asked to leave your .vimrc at the door before entering my Vim Dojo.

How the class works online

I’ll broadcast a live stream of my screen and voice using Instant Presenter. We’ll use a text chat room to communicate together as a class. You can ask questions in the chat room at any time, and I’ll pause at the end of each section to answer them.

We'll have three short breaks of 5-10 minutes.

We’ll be using bare Vim (not vi – we’re not savages)

What you will get

  • a 75 minute screencast summarizing key material
  • access to the VimDojo – an interactive lesson plan (vimtutor++)
  • a copy of the slides used to teach the course, with annotations
  • a 25% discount coupon for Practical Vim

Can't make it? Get on the waiting list for the next one.

Who is the course for?

This Core Vim masterclass is aimed at the intermediate user who wants to level up.

  • you are familiar with the basics (not sure? Go through vimtutor)
  • you have moved beyond using the arrow keys (not sure how? Read habit making, habit breaking)
  • you feel that something is holding you back from reaching the next level

Any questions? Contact me at drew@vimcasts.org

What people say about the course

600 people have attended this class online or on-site. Here are some of the things people have said about it:

  • I'm using the stuff I learned on a daily basis now (:args/:argdo FTW!) - it was an absolutely fantastic course. Felix Geisendörfer
    I loved the interaction with the attendees, and the difficulty level was just right. Piotr Szotkowski
    I left the Vimcasts workshop thinking for the first time in my relationship with Vim that not only are there many ways of doing things in the one true editor, there might also be a right way. Matt Johnson
  • Great class. Many fundamental ideas and lots of important pointers on how Vim should be used. Extremely useful for anyone trying to understand the Vim way. Konstantin Dankov
    If you believe in learning how to master tools you use every day in your job as a programmer, learn your editor inside and out. Drew's Vim master class is the gateway to becoming really proficient with Vim. Chris Hartjes
  • I've been using Vim for over a decade. Every couple of years, I attempt to polish the mirror and learn new tools and tricks to make my typing and editing more effective. I'd consider myself a fairly advanced user. This course taught me to return to the basics, and systematically think about the specifics of Vim movement in order to optimize further. I wish I'd had this course much earlier in my career, as it teaches some tremendously effective habits and techniques for using Vim effectively! Matthew Weier O'Phinney
  • The Vimcasts workshop won't teach you shallow Vim tricks - that you can find online. Instead Drew reveals epiphany after Vim epiphany. You'll learn how the visual, normal and ex mode intersect and how they can be tamed into doing your will. You'll leave the workshop with a pattern language for constructing elegant and robust text operations -- or magic if you prefer. Drew was an articulate teacher and he effortlessly illuminated subtle distinctions that had eluded me during a previous year of full time Vim usage. All in all well worth the time and money. Jack Kinsella