1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-09-01 10:42:45 +02:00

fix broken URL for vim (#2744)

This commit is contained in:
Yan Zhang
2017-06-01 17:31:14 +08:00
committed by ven
parent bb1d9c2a9e
commit a2ee84b201
7 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ filename: LearnVim-kr.txt
lang: ko-kr
---
[Vim](www.vim.org)
[Vim](http://www.vim.org)
(Vi IMproved)은 유닉스의 인기 있는 vi 에디터의 클론입니다. Vim은 속도와 생산성을 위해
설계된 텍스트 에디터로, 대부분의 유닉스 기반 시스템에 내장되어 있습니다. 다양한 단축 키를 통해
파일 안에서 빠르게 이동하고 편집할 수 있습니다.