Skip to content

Commit

Permalink
Updates SUMMARY.md
Browse files Browse the repository at this point in the history
Auto commit by GitBook Editor
  • Loading branch information
iampkuhz committed Oct 24, 2016
1 parent 3bed36d commit 2912c0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,5 @@
> 3. 宏的执行分2种方式:串行方式回放 和 并行方式多次运行
```
* 技巧 64. [宏的读取和执行](part4_register/chapter11_macro/tip64.md): `q`, `q{register}`, `:reg a`, `@{register}`, `@@`
* 技巧 65. [规范光标位置、直达目标以及终止宏](part4_register/chapter11_macro/tip65.md):*`{number}@a` * 技巧 66. [加次数回放宏](part4_register/chapter11_macro/tip66.md):*`qq;.q`** 技巧 67. [在连续的文本行上重复修改](part4_register/chapter11_macro/tip67.md):*`0`, `:normal @a` * 技巧 68. [给宏追加命令](part4_register/chapter11_macro/tip68.md):*`qa`, `qA` * 技巧 69. [在一组文件中执行宏](part4_register/chapter11_macro/tip69.md):*`gg/class<CR>`, `:argdo`, `:edit!`, `:argdo normal @a`, `:argdo write`, `:wall`, `:wnext`** 技巧 70. [用迭代求值的方式给列表编号](part4_register/chapter11_macro/tip70.md):*`:let i=0`, `:echo i`, `<C-r>=i<CR>` * 技巧 71. [编辑宏的内容](part4_register/chapter11_macro/tip71.md):*`~`, `vU`, `:put a` <br>
* 技巧 65. [规范光标位置、直达目标以及终止宏](part4_register/chapter11_macro/tip65.md):*`{number}@a`
* 技巧 66. [加次数回放宏](part4_register/chapter11_macro/tip66.md):*`qq;.q`** 技巧 67. [在连续的文本行上重复修改](part4_register/chapter11_macro/tip67.md):*`0`, `:normal @a` * 技巧 68. [给宏追加命令](part4_register/chapter11_macro/tip68.md):*`qa`, `qA` * 技巧 69. [在一组文件中执行宏](part4_register/chapter11_macro/tip69.md):*`gg/class<CR>`, `:argdo`, `:edit!`, `:argdo normal @a`, `:argdo write`, `:wall`, `:wnext`** 技巧 70. [用迭代求值的方式给列表编号](part4_register/chapter11_macro/tip70.md):*`:let i=0`, `:echo i`, `<C-r>=i<CR>` * 技巧 71. [编辑宏的内容](part4_register/chapter11_macro/tip71.md):*`~`, `vU`, `:put a` <br>

0 comments on commit 2912c0f

Please sign in to comment.