2023-11-18 17:34:43 +08:00
|
|
|
#vim
|
2023-10-11 00:46:36 +08:00
|
|
|
## 常用快捷键:
|
|
|
|
- / 搜索
|
|
|
|
- super nh 取消搜索高亮
|
|
|
|
- super sv 或 super sh 水平or垂直分屏
|
|
|
|
- 自动补全
|
|
|
|
- ctrl + b or ctrl + f 翻页
|
|
|
|
- ctrl + e 取消自动补全
|
|
|
|
- 添加新的语法服务使用 :Mason 然后/搜索 选择后按i 安装
|
|
|
|
## 个性化快捷键:
|
|
|
|
- Visual模式
|
|
|
|
- 选中后 J K 多行移动
|
|
|
|
- normal
|
|
|
|
- super nh 取消搜索高亮
|
|
|
|
- 文档
|
|
|
|
- super e 展开文档tree
|
|
|
|
- tab预览 or 回车打开
|
|
|
|
|
|
|
|
## Reference
|
|
|
|
https://www.bilibili.com/video/BV1Td4y1578E/?spm_id_from=333.337.search-card.all.click&vd_source=ba468568caebc92479698e83c28be8b0
|