From a5f0b9da0d1203f489f71988f8882c31b7e77257 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Fri, 5 May 2017 21:47:55 +0200 Subject: [PATCH] Resources: add wincent's screencasts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43cab6a..2c03e79 100644 --- a/README.md +++ b/README.md @@ -2425,6 +2425,7 @@ See `:h :syntime`. | [Learn Vimscript the Hard Way](http://learnvimscriptthehardway.stevelosh.com) | Develop a Vim plugin from scratch. | | [Practical Vim (2nd Edition)](http://www.amazon.com/Practical-Vim-Edit-Speed-Thought/dp/1680501275/) | Hands down the best book about Vim. | | [Vimcasts.org](http://vimcasts.org/episodes/archive) | Vim screencasts. | +| [wincent's screencasts on YouTube](https://www.youtube.com/channel/UCXPHFM88IlFn68OmLwtPmZA) | Vim screencasts. | | [Why, oh WHY, do those #?@! nutheads use vi?](http://www.viemu.com/a-why-vi-vim.html) | Common misconceptions explained. | | [Your problem with Vim is that you don't grok vi](http://stackoverflow.com/a/1220118) | Concise, informative and correct. A real gem. |