From 046b48f322a9f3b64a7c6544b61990b30e50379c Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 3 Oct 2018 16:30:43 +0200 Subject: [PATCH] README: add Derek Wyatt's screencasts Closes #139 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2c078f..1d4c1e1 100644 --- a/README.md +++ b/README.md @@ -2491,11 +2491,15 @@ See `:h :syntime`. | [IBM DeveloperWorks: Scripting the Vim editor](http://www.ibm.com/developerworks/views/linux/libraryview.jsp?sort_order=asc&sort_by=Title&search_by=scripting+the+vim+editor) | Five-part series on Vim scripting. | | [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. | +#### Screencasts + +- [vimcasts.org](http://vimcasts.org/episodes/archive) +- [By wincent](https://www.youtube.com/channel/UCXPHFM88IlFn68OmLwtPmZA) +- [By Derek Wyatt](http://derekwyatt.org/vim/tutorials/index.html) + ## Vim distributions Vim distributions are bundles of custom settings and plugins for Vim.