Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wsdjeg/hello-vim
Vim 中文资源整理
https://github.com/wsdjeg/hello-vim
tutor vim vimscript
Last synced: 3 days ago
JSON representation
Vim 中文资源整理
- Host: GitHub
- URL: https://github.com/wsdjeg/hello-vim
- Owner: wsdjeg
- Created: 2018-04-02T07:23:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T14:09:11.000Z (6 months ago)
- Last Synced: 2024-12-13T02:04:55.548Z (10 days ago)
- Topics: tutor, vim, vimscript
- Homepage:
- Size: 40 KB
- Stars: 1,159
- Watchers: 55
- Forks: 133
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim 入门资料整理
- [Vim 使用教程](#vim-使用教程)
- [文章推荐](#文章推荐)## Vim 使用教程
- [快速入门](quick-start-guide.md): 简单的 Vim 入门教程
- [Vim 从入门到精通](https://github.com/wsdjeg/vim-galore-zh_cn):Vim galore 中文翻译,构建 Vim 知识体系
- [Learn-Vim(The Smart Way) 中文翻译](https://github.com/wsdjeg/Learn-Vim_zh_cn):翻译自[Learn Vim (the Smart Way)](https://github.com/iggredible/Learn-Vim)
- [Vim 插件开发指南](https://github.com/wsdjeg/vim-plugin-dev-guide): Vim 脚本语法及插件开发指南
- [vimcdoc](https://github.com/yianwillis/vimcdoc) Vim 中文帮助文档
- [vim 脚本学习指北](https://github.com/lymslive/vimllearn/blob/master/content.md) - 作者:水龙
- 发布于 IBM Developer 的三篇 Vim 教程,作者:吴咏炜,同时提供了 [PDF 版本](http://wyw.dcweb.cn/download.asp?path=vim&file=VimArticle.pdf)下载。
- [Vim 实用技巧](http://www.ibm.com/developerworks/cn/linux/l-tip-vim1/)
- [Vim 常用插件](http://www.ibm.com/developerworks/cn/linux/l-tip-vim2/)
- [Vim 定制技巧](http://www.ibm.com/developerworks/cn/linux/l-tip-vim3/)
- [Vim 插件中文帮助](https://github.com/vimcn) - 部分插件中文帮助文档
- [《Vim Practice》](https://github.com/oldratlee/vim-practice) - 李鼎(哲良), 一篇不错的 Vim 入门教程
- [《笨方法学习 VimScript》](https://huhuang03.gitbooks.io/learnvimscriptthehardway/content/):翻译自[Learn Vimscript the Hard Way](https://learnvimscriptthehardway.stevelosh.com/)## 文章推荐
- [Vim 8 下 C/C++ 开发环境搭建](http://www.skywind.me/blog/archives/2084)