Emacs与文件操作和帮助相关的命令列表
键盘操作 |
命令名称 |
动作 |
C-x C-f Files->Open File |
find-file |
查找文件并在一个新缓冲区里打开它 |
C-x C-v |
find-alternate-file |
读入另外一个文件替换掉用“C-x C-f”读入的文件 |
C-x i Files->Insert File |
insert-file |
把文件插入到光标的当前位置 |
C-x C-s |
save-buffer |
保存文件 |
C-x C-w Files->Save Buffer As |
write-file |
把缓冲区内容写入一个文件 |
C-x C-c Files->Exit Emacs |
save-buffers-kill-emacs |
退出Emacs |
C-h |
help-command |
进入Emacs的在线帮助系统 |
C-h f Help->Describe Function |
describe-function |
给出某个给定命令名的在线帮助信息 |
C-h k Help->Describe Key |
describe-key |
给出某个给定击键序列的在线帮助信息 |
C-h t Help->Emacs Tutorial |
help-with-tutorial |
启动Emacs教程 |
C-h I Help->Browse Manuals |
info-goto-emacs-command-node |
启动Info文档阅读器 |