1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 17:54:26 +02:00

Merge pull request #2342 from haiiiiiyun/vim_page_typo_fix

Fix typo on vim page
This commit is contained in:
Geoff Liu
2016-08-25 21:52:57 -04:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ filename: LearnVim.txt
[Vim](www.vim.org)
(Vi IMproved) is a clone of the popular vi editor for Unix. It is a a text
(Vi IMproved) is a clone of the popular vi editor for Unix. It is a text
editor designed for speed and increased productivity, and is ubiquitous in most
unix-based systems. It has numerous keybindings for speedy navigation to
specific points in the file, and for fast editing.