3.11. 在页面上模拟 Vim 的符号——高亮突出搜索匹配
3.11 在页面上模拟 Vim 的符号——高亮突出搜索匹配
当展示 Vim 的搜索命令时,能高亮突出在缓存中发生的任何匹配是有用的。在这个例子中,搜索字符串 “the” 使得这个模式的四次出现都被高亮突出显示:
| 键击 | 缓存内容 |
|---|---|
| {start} | the problem with these new recruits is that they don't keep their boots clean. |
| /the<CR> | the problem with these new recruits is that they don't keep their boots clean. |
直接跳到技巧 81,高亮突出显示搜索匹配 来学习如何在 Vim 中开启搜索高亮突出显示。
Practical Vim 2nd Edition
关于 LearnKu
推荐文章: