vim: add links
This commit is contained in:
parent
a60459ca80
commit
adb23a0b86
12
vim.md
12
vim.md
|
@ -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)_
|
||||||
|
|
Loading…
Reference in New Issue