vim: add links

This commit is contained in:
Rico Sta. Cruz 2017-10-11 15:13:00 +08:00
parent a60459ca80
commit adb23a0b86
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 7 additions and 5 deletions

12
vim.md
View File

@ -5,6 +5,8 @@ layout: 2017/sheet
tags: [Featured] tags: [Featured]
updated: 2017-08-26 updated: 2017-08-26
weight: -10 weight: -10
intro: |
[Vim](http://www.vim.org/) is a very efficient text editor. This reference was made for Vim 8.0.
--- ---
Getting started Getting started
@ -332,9 +334,9 @@ Do this in insert mode.
Works like `:qa`, but throws an error. Great for aborting Git commands. Works like `:qa`, but throws an error. Great for aborting Git commands.
References Also see
---------- --------
{: .-one-column}
This reference was made for Vim 8.0.
- [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)_