Emacs入门学习—chapter01

一、命令模式

  Ctrl(C) + x (x = execute) + command

  Alt(M) + x (x = execute) + long command

二、常用文件命令

  打开文件

  C + x C + f 打开文件,默认目录位于用户的家目录下;

  如果打开的文件有误,则切换的命令为

  C + x C + v (open alternative file) filename;

  在已经打开的文件中插入新的文件

  C + x + i (insert)

  保存文件

  C + x C + s (save the buffer)

  保存多个缓存区

  C + x + s

  另存为

  C + x  C + w(write)

  退出emacs

  C + x C + c

三、帮助

  C + h + ?

  入门教程  

  C + h + t (tutorial)

  查看快捷键功能

  C + h  + k(keys)

  查看函数

  C +  h + f (function)

 

posted on 2015-08-30 11:40  行痴  阅读(99)  评论(0编辑  收藏  举报

导航