Your First Vim Plugin

preview_player
Показать описание
Chris Toomey presents Your First Vim Plugin, an overview of how to get started writing Vim plugins. In addition, Chris shares some of the plugins he has created over the past few years.

Learn more from the developers at thoughtbot ⌨️
Рекомендации по теме
Комментарии
Автор

I've used vim for years and every second of this video was mind blowing. Incredibly insightful, many thanks for making this <3

georgetroulis
Автор

wwwoo ! the part with vim and tmux interaction is very impressive !
congratulation for writing that great pluging.

ranska
Автор

Masterful presentation of Vim-knowledge. Good job as always, CT.

sociologie
Автор

A spectacular presentation, have been a long time since enjoyed vim this much.

myycomputer
Автор

Chris Toomey you are a great teacher. The way you explain the concepts is just amazing. Keep up the good work. These are the times I love YouTube

sujipanicker
Автор

Really enjoyed this presentation. Very useful to see the workflow from creating a macro to turning into function/plugin.

Quatsch
Автор

This is a great talk but, if there were only one thing I'd extract as lifting my thinking to the next level, it would be the section starting at 23:32 (Custom Text Objects). This section alone will get you thinking about plugins that not only do specific things but also exploit the core vim grammar/composability by thinking of creating new verbs and nouns.

josemiguelpasini
Автор

You should use Ctrl-O instead of marks. On the off chance the 'm' register is already being used, your command will overwrite it

TheDerkus
Автор

vimscript genius! I always though og VimL as a scary ghost ... never to be chased

avimehenwal
Автор

Great video! I have a doubt though: at 10:30 I noticed that your "FixLastSpellingError" was a little different in your vimrc, specifically it had a quotation mark at the end. What is that for?

josevillar
Автор

Is the "normal!" before everything required? Wouldn't it do the same thing even without it?

DurgaswaroopPerla
Автор

looks like vim now has a :terminal command

fuseteam
Автор

I think VIM is super cool... But why don't new programmers like rather than any IDE? It's hard to learn something you like that is outdated by your colleagues or employers....? Any advice ? I want to learn VIM but I'm having doubts now ... 🎈

SkerMorris