Skip to content

Commit

Permalink
更新参考资料
Browse files Browse the repository at this point in the history
加入 vim-galore 中文版及 vim 脚本语法指北链接
  • Loading branch information
wsdjeg committed May 1, 2018
1 parent 559c3e2 commit 9920e3f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Vim 的教程相对比较零散,系统的教程比较少,我也阅读过不
<!-- vim-markdown-toc GFM -->

- [简介](#简介)
- [如何退出vim](#如何退出vim)
- [如何退出 vim](#如何退出-vim)
- [什么是模式](#什么是模式)
- [如何在模式之间切换](#如何在模式之间切换)
- [基本概念](#基本概念)
Expand All @@ -26,6 +26,7 @@ Vim 的教程相对比较零散,系统的教程比较少,我也阅读过不
- [操作命令二连击 = 行操作](#操作命令二连击--行操作)
- [可视模式下操作命令](#可视模式下操作命令)
- [更多常用命令](#更多常用命令)
- [参考资料](#参考资料)

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

Expand Down Expand Up @@ -272,3 +273,9 @@ Normal 模式下“一击即中”的常用命令则包括:
|------|---------------------------------------------------------------------------------------------|---------|
| `r` | 替代字符,将当前字符替代为紧跟着输入的字符 | replace |
| `R` | 进入替代模式,将当前及之后的字符都替代为紧跟着输入的字符串,直到按 `<Esc>` 返回 Normal 模式 | Replace |


## 参考资料

- [vim-galore 中文版](https://github.com/wsdjeg/vim-galore-zh_cn)
- [vim 脚本学习指北](https://github.com/lymslive/vimllearn)

0 comments on commit 9920e3f

Please sign in to comment.