From adb23a0b86788e256cf7b8a16b9eadde3fde50ed Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 11 Oct 2017 15:13:00 +0800 Subject: [PATCH] vim: add links --- vim.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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)_