File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,9 @@ $ emacs
78
78
:- | :-
79
79
:- | :-
80
80
` C-g ` | 中止部分键入或执行的命令
81
- ` M-x ` 恢复会话 | 恢复因系统崩溃而丢失的文件
81
+ ` M-x ` recover-session | 恢复因系统崩溃而丢失的文件
82
82
` C-x ` ` u ` ` C-_ ` ` C-/ ` | 撤消不需要的更改
83
- ` M-x ` 恢复缓冲器 | 将缓冲区恢复到其原始内容
83
+ ` M-x ` revert-buffer | 将缓冲区恢复到其原始内容
84
84
` C-l ` | 重绘垃圾屏幕
85
85
<!-- rehype:className=shortcuts-->
86
86
@@ -293,9 +293,9 @@ $ emacs
293
293
:- | :-
294
294
` M-. ` | 查找标签(定义)
295
295
` C-u ` ` M-. ` | 查找标签的下一个出现
296
- ` M-x ` 访问标签表 | 指定一个新的标签文件
297
- ` M-x ` 标签搜索 | 正则表达式搜索标签表中的所有文件
298
- ` M-x ` 标签查询替换 | 对所有文件运行查询替换
296
+ ` M-x ` visit-tags-table | 指定一个新的标签文件
297
+ ` M-x ` tags-search | 正则表达式搜索标签表中的所有文件
298
+ ` M-x ` tags-query-replace | 对所有文件运行查询替换
299
299
` M-, ` | 继续最后一个标签搜索或查询替换
300
300
<!-- rehype:className=shortcuts-->
301
301
@@ -494,9 +494,9 @@ Emacs 搜索
494
494
:- | :-
495
495
:- | :-
496
496
` M-$ ` | 检查当前单词的拼写
497
- ` M-x ` ispell 地区 | 检查区域内所有单词的拼写
498
- ` M-x ` ispell 缓冲区 | 检查整个缓冲区的拼写
499
- ` M-x ` flyspell 模式 | 切换即时拼写检查
497
+ ` M-x ` ispell-region | 检查区域内所有单词的拼写
498
+ ` M-x ` ispell-buffer | 检查整个缓冲区的拼写
499
+ ` M-x ` flyspell-mode | 切换即时拼写检查
500
500
<!-- rehype:className=shortcuts-->
501
501
502
502
### 编写命令
You can’t perform that action at this time.
0 commit comments