forked from wsdjeg/hello-vim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# Vim 学习资源整理收集 | ||
> 该仓库主要用于收集比较新的 Vim 配置及使用教程,并在此基础上做时当的补充 | ||
|
||
[![Gitter](https://badges.gitter.im/vim-china/Lobby.svg)](https://gitter.im/vim-china/Lobby) | ||
[![Telegram](https://img.shields.io/badge/chat-telegram-blue.svg)](https://t.me/VimHub) | ||
> 该仓库主要用于收集比较新的 Vim 配置及使用教程,并在此基础上做时当的补充 | ||
- [快速入门](quick-start-guide.md): 简单的 Vim 入门教程 | ||
- [Vim 从入门到精通](https://github.com/wsdjeg/vim-galore-zh_cn):Vim galore 中文翻译,构建 Vim 知识体系 | ||
|
@@ -11,7 +9,12 @@ | |
### 学习 Vim 脚本 | ||
|
||
- [The Way of the VimL Wizard](https://github.com/dahu/LearnVimL) | ||
- [vim 脚本学习指北](https://github.com/lymslive/vimllearn) | ||
|
||
- [vim 脚本学习指北](https://github.com/lymslive/vimllearn/blob/master/content.md) - 作者:水龙 | ||
|
||
书名叫“指北”而不是“指南”,主要是考虑有很多指南类 书籍讲 vim 这编辑器工具的使用,而本书则侧重于 VimL 这种脚本语言编程。 | ||
全书正文分十章,约摸可再划分为基础篇、中级篇与高级篇三部分,现已完成初稿。后面 有可以计划再补上番外实战篇,写几章开发具体插件实例的实现思路。 | ||
|
||
- Vim使用技术 | ||
- [技巧](http://www.ibm.com/developerworks/cn/linux/l-tip-vim1/) | ||
- [插件](http://www.ibm.com/developerworks/cn/linux/l-tip-vim2/) | ||
|
@@ -22,3 +25,7 @@ | |
|
||
- [Vim 学习笔记](https://zhuanlan.zhihu.com/learn-vim) | ||
> 虽然每篇文章篇幅比较小,但是还算是比较系统滴介绍 Vim 的使用,作者更新也比较稳定。 | ||
--- | ||
|
||
> 如需添加内容,欢迎提交PR,或者邮件发送给:[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters