chore(deps): update dependency refs-cli to v^1.6.0

This commit is contained in:
jaywcjlove 2024-09-29 18:28:29 +08:00
parent eeb42297ac
commit 88559b491c
3 changed files with 44 additions and 35 deletions

View File

@ -404,7 +404,15 @@ export const Student = (
| `快捷键` | 说明 | | `快捷键` | 说明 |
<!--rehype:className=shortcuts--> <!--rehype:className=shortcuts-->
列表添加 `<!--rehype:className=shortcuts-->` 样式类,展示快捷键样式。 首列添加 `<!--rehype:className=shortcuts-->` 样式类,展示快捷键样式。
| Key | value |
| ---- | ---- |
| 说明 | `快捷键` |
| 说明 | `快捷键` |
<!--rehype:className=shortcuts-last-->
列尾添加 `<!--rehype:className=shortcuts-last-->` 样式类,展示快捷键样式。
### 代码行号 ### 代码行号
@ -479,7 +487,8 @@ const school = <div>学校</div>;
---- | ---- ---- | ----
`<!--rehype:className=wrap-text-->` | 强制`换行` `<!--rehype:className=wrap-text-->` | 强制`换行`
`<!--rehype:className=show-header-->` | 展示表格`表头` `<!--rehype:className=show-header-->` | 展示表格`表头`
`<!--rehype:className=shortcuts-->` | `快捷键`样式 `<!--rehype:className=shortcuts-->` | 首列`快捷键`样式
`<!--rehype:className=shortcuts-last-->` | 尾列`快捷键`样式
`<!--rehype:className=auto-wrap-->` | 隐藏表头强制小尺寸`自动换行` `<!--rehype:className=auto-wrap-->` | 隐藏表头强制小尺寸`自动换行`
`<!--rehype:className=style-list-arrow-->` | 列表`箭头`样式展示表格 `<!--rehype:className=style-list-arrow-->` | 列表`箭头`样式展示表格
`<!--rehype:className=style-list-->` | `列表`样式展示表格 `<!--rehype:className=style-list-->` | `列表`样式展示表格

View File

@ -53,52 +53,52 @@ G gg H M L k j ▶ print("to")
快捷方式 | 说明 快捷方式 | 说明
:- | - :- | -
`h` \| `j` \| `k` \| `l` | 方向键 方向键 | `h` \| `j` \| `k` \| `l`
`<C-u>` _/_ `<C-d>` | 上/下半页 上/下半页 | `<C-u>` _/_ `<C-d>`
`<C-b>` _/_ `<C-f>` | 向上/向下翻页 向上/向下翻页 | `<C-b>` _/_ `<C-f>`
<!--rehype:className=shortcuts--> <!--rehype:className=shortcuts-last-->
#### 字(词) #### 字(词)
快捷方式 | 说明 快捷方式 | 说明
:- | - :- | -
`b` _/_ `w` | 上一个/下一个单词 上一个/下一个单词 | `b` _/_ `w`
`ge` _/_ `e` | 上一个/下一个词尾 上一个/下一个词尾 | `ge` _/_ `e`
<!--rehype:className=shortcuts--> <!--rehype:className=shortcuts-last-->
#### 行 #### 行
快捷方式 | 说明 快捷方式 | 说明
:- | - :- | -
`0` _(zero)_ _/_ `$` | 行的开始/结束 行的开始/结束 | `0` _(zero)_ _/_ `$`
`^` | 行开头 _(非空白)_ 行开头 _(非空白)_ | `^`
<!--rehype:className=shortcuts--> <!--rehype:className=shortcuts-last-->
#### 字符串 #### 字符串
快捷方式 | 说明 快捷方式 | 说明
:- | - :- | -
`Fe` _/_ `fe` | 移动到上一个/下一个`e` 移动到上一个/下一个`e` | `Fe` _/_ `fe`
`To` _/_ `to` | 在上一个/下一个`o`之前/之后移动 在上一个/下一个`o`之前/之后移动 | `To` _/_ `to`
`\|` _/_ `n\|` | 转到第一个/`n` 转到第一个/`n`列 | `\|` _/_ `n\|`
<!--rehype:className=shortcuts--> <!--rehype:className=shortcuts-last-->
#### 文档 #### 文档
快捷方式 | 说明 快捷方式 | 说明
:- | - :- | -
`gg` _/_ `G` | 第一行/最后一行 第一行/最后一行 | `gg` _/_ `G`
`:n` \| `nG` | 转到第 `n` 转到第 `n` 行 | `:n` \| `nG`
`}` _/_ `{` | 下一个/上一个空行 下一个/上一个空行 | `}` _/_ `{`
<!--rehype:className=shortcuts--> <!--rehype:className=shortcuts-last-->
#### 窗口 #### 窗口
快捷方式 | 说明 快捷方式 | 说明
:- | - :- | -
`H` _/_ `M` _/_ `L` | 上/中/下屏幕 上/中/下屏幕 | `H` _/_ `M` _/_ `L`
`zt` _/_ `zz` _/_ `zb` | 上/中/下这条线 上/中/下这条线 | `zt` _/_ `zz` _/_ `zb`
<!--rehype:className=shortcuts--> <!--rehype:className=shortcuts-last-->
### 插入模式 ### 插入模式
@ -117,17 +117,17 @@ G gg H M L k j ▶ print("to")
快捷方式 | 说明 快捷方式 | 说明
:- | - :- | -
`:w` | 保存 保存 | `:w`
`:q` | 关闭文件 关闭文件 | `:q`
`:wq` \| `:x` \| `ZZ` | 保存并退出 保存并退出 | `:wq` \| `:x` \| `ZZ`
`:wqa` | 保存并退出所有文件 保存并退出所有文件 | `:wqa`
`:q!` \| `ZQ` | 强制退出 强制退出 | `:q!` \| `ZQ`
`:qa` | 关闭所有文件 关闭所有文件 | `:qa`
`:qa!` | 强制退出所有文件 强制退出所有文件 | `:qa!`
`:w` new.txt | 写入`new.txt` 写入`new.txt` | `:w` new.txt
`:sav` new.txt | 保存并编辑`new.txt` 保存并编辑`new.txt` | `:sav` new.txt
`:w` !sudo tee % | 写入只读文件 写入只读文件 | `:w` !sudo tee %
<!--rehype:className=shortcuts--> <!--rehype:className=shortcuts-last-->
### 正常模式 ### 正常模式

View File

@ -31,7 +31,7 @@
"husky": "^9.0.0", "husky": "^9.0.0",
"lint-staged": "^15.0.0", "lint-staged": "^15.0.0",
"prettier": "^3.0.0", "prettier": "^3.0.0",
"refs-cli": "^1.5.1", "refs-cli": "^1.6.0",
"markdownlint": "^0.33.0", "markdownlint": "^0.33.0",
"markdownlint-cli": "^0.39.0" "markdownlint-cli": "^0.39.0"
}, },