Vim进阶(2021-03-29)

Vim进阶(2021-03-29)

参考文章:7 Vim Tips That Changed My Life (With Demo)

  1. Jump to the matching bracket/brack ([, {, }, ] 等)

通过 % 可以快速跳转到最近的一个括号

  1. Fix indentation in the whole file

通过 = G 可以快速自动修复文档中的缩进问题,但实际上我在 VSCode 中更偏爱使用 Command+F 快捷键来快速格式化文档

  1. Search for word currently under cursor

通过 * 可以快速跳转到下一个和光标下相同的词