Extending the Vim Language | Online Video Tutorial by thoughtbot

Vim's true power lies in its command language. Learning that language can exponentially increase your knowledge because we can combine new operators with what we already know to create powerful new operators and mappings. In this episode, you'll learn how to extend Vim with custom operators to boost your productivity.


This is a companion discussion topic for the original entry at https://thoughtbot.com/upcase/videos/extending-the-vim-language
1 Like

Awesome session, Chris - thank you!

I have used a few of the plugins, and toyed with the idea of other text objects, but you wrapped it up into clear and concise package. I have used tpope’s surround plugin for some time, but always struggled a bit with more complicated objects… no more, thanks to this tutorial.