Version Tomorrow is the first day of the rest of your life

workshop: Working with Vim, Part 3

Vim Scripting

Vimlogo.svg

If you're a Vim user, Vimscript is one of the most useful programming languages you could know! This workshop is meant for Vim users who want to take the next step in boosting their efficiency. We'll start with some explanations on the basics of the language: commands, functions, variables. We'll talk about how files get loaded and when. Piece by piece, we'll build a simple plugin of our own.

Vimscript has a bit of a scary reputation. People don't seem to like it a whole lot. Not to mention that it's not used anywhere else, so you don't end up learning it in university, or as a junior in your job.

Well, I'd like to convince you that it's not scary at all, and it's very, very useful. It's actually quite a simple language with straightforward language constructs. If you have knowledge of any imperative language, you'll find Vimscript very easy to learn. And once you do understand the basics, building your own Vim extensions will be right around the corner.

I've built dozens of published Vim plugins (just check my github repositories), and I have a lot more scripts in my vimfiles. With my guidance, we'll start writing some Vimscript to solve simple problems, and piece by piece, we'll build a plugin of our own. We'll make it flexible, we'll provide configuration options, we'll even throw in some documentation that integrates with the built-in :help system. But don't worry -- you don't need to build a full-blown plugin to create something useful. Once you understand the Vim runtime path and how files get loaded, you'll find it's as easy to write a small Vim script, as it is to write one in bash.

Info

Day: 2017-08-07
Start time: 09:00
Duration: 01:00
Room: Tau
Track: Curated by SHA2017

Links:

Feedback

Click here to let us know how you liked this event.

Concurrent Events