|
48 | 48 | "CtrlPlusf": "向下滚动一屏",
|
49 | 49 | "CtrlPlusu": "向上滚动半屏",
|
50 | 50 | "CtrlPlusd": "向下滚动半屏",
|
51 |
| - "percent": "跳转到配对的符号(默认支持的配对符号组:: '()', '{}', '[]' - 在vim中使用 <code>:h matchpairs</code> 获得更多信息)" |
| 51 | + "percent": "跳转到配对的符号(默认支持的配对符号组: '()', '{}', '[]' - 在vim中使用 <code>:h matchpairs</code> 获得更多信息)" |
52 | 52 | },
|
53 | 53 | "tip": "命令前追加数字表示命令的重复次数, 比如 <kbd>4j</kbd> 表示向下移动四行"
|
54 | 54 | },
|
|
218 | 218 | "daw": "删除光标处的单词及其前后的空格",
|
219 | 219 | "dDollar": "剪切, 从光标位置到行末 (同 D )",
|
220 | 220 | "x": "剪切当前字符",
|
221 |
| - "threeToFiveD": "delete lines starting from 3 to 5", |
222 |
| - "gPatternD": "delete all lines containing pattern", |
223 |
| - "gNotPatternD": "delete all lines not containing pattern" |
| 221 | + "threeToFiveD": "删除 3 至 5 行", |
| 222 | + "gPatternD": "删除所有包含 pattern 的行", |
| 223 | + "gNotPatternD": "删除所有不包含 pattern 的行" |
224 | 224 | },
|
225 | 225 | "tip1": {
|
226 |
| - "title": "You can also use the following characters to specify the range:", |
| 226 | + "title": "你也可以使用以下字符来指定范围:", |
227 | 227 | "commands": {
|
228 |
| - "dotCommaDollarD": "From the current line to the end of the file", |
229 |
| - "dotCommaOneD": "From the current line to the beginning of the file", |
230 |
| - "tenCommaDollarD": "From the 10th line to the beginning of the file" |
| 228 | + "dotCommaDollarD": "从当前行到文件末尾", |
| 229 | + "dotCommaOneD": "从当前行到文件开头", |
| 230 | + "tenCommaDollarD": "第 10 行到文件末尾" |
231 | 231 | }
|
232 | 232 | }
|
233 | 233 | },
|
|
244 | 244 | "=iB": "自动缩进 {} 内的区域 (光标需置于括号上)",
|
245 | 245 | "gg=G": "自动缩进整个缓冲区",
|
246 | 246 | "closeSquarep": "粘贴并调整缩进至当前行",
|
247 |
| - "lessThanPercent": "de-indent a block with () or {} (cursor on brace)" |
| 247 | + "lessThanPercent": "向左缩进 () 或 {} 内的区域 (光标需置于括号上)" |
248 | 248 | }
|
249 | 249 | },
|
250 | 250 | "exiting": {
|
|
0 commit comments