diff --git a/vim.md b/vim.md index f75d2f20d..948731d67 100644 --- a/vim.md +++ b/vim.md @@ -5,6 +5,8 @@ layout: 2017/sheet tags: [Featured] updated: 2017-08-26 weight: -10 +intro: | + [Vim](http://www.vim.org/) is a very efficient text editor. This reference was made for Vim 8.0. --- Getting started @@ -332,9 +334,9 @@ Do this in insert mode. Works like `:qa`, but throws an error. Great for aborting Git commands. -References ----------- -{: .-one-column} - -This reference was made for Vim 8.0. +Also see +-------- +- [Vim cheatsheet](https://vim.rtorr.com/) _(vim.rotrr.com)_ +- [Vim documentation](http://vimdoc.sourceforge.net/htmldoc/) _(vimdoc.sourceforge.net)_ +- [Interactive Vim tutorial](http://openvim.com/) _(openvim.com)_