Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdjeg committed Dec 31, 2018
1 parent f8736c8 commit b76f8ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 11 additions & 4 deletions README.md
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 知识体系
Expand All @@ -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/)
Expand All @@ -22,3 +25,7 @@

- [Vim 学习笔记](https://zhuanlan.zhihu.com/learn-vim)
> 虽然每篇文章篇幅比较小,但是还算是比较系统滴介绍 Vim 的使用,作者更新也比较稳定。
---

> 如需添加内容,欢迎提交PR,或者邮件发送给:[email protected]
2 changes: 0 additions & 2 deletions quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@


[![GitHub contributors](https://img.shields.io/github/contributors/vim-china/hello-vim.svg)](https://github.com/vim-china/hello-vim/graphs/contributors)
[![Gitter](https://badges.gitter.im/vim-china/Lobby.svg)](https://gitter.im/vim-china/Lobby)

**转载请保留以上信息**

Expand All @@ -24,7 +23,6 @@ Vim 的教程相对比较零散,系统的教程比较少,我也阅读过不
- [操作命令二连击 = 行操作](#操作命令二连击--行操作)
- [可视模式下操作命令](#可视模式下操作命令)
- [更多常用命令](#更多常用命令)
- [参考资料](#参考资料)

<!-- vim-markdown-toc -->

Expand Down

0 comments on commit b76f8ac

Please sign in to comment.