前提:一旦不会,使用
C - h调出help;比如,C - h t调用tutorial入门文档
1. 初始Emacs(全局键)
C = CtrlM = Meta (win: alt macOS: option)s = super (macOS: left command)S = Shift
2. 全局操作
C - x是响应Emacs的前缀命令
C - x C - c 退出emacs
3. 光标移动
上:C - p (p = previous)
下:C - n (n = next)
左:C - b (b = backward)
右:C - f (f = forward)
本行首:C - a (a = ahead)
本行尾:C - e (e = end)
4. 文件快捷
C - x C - f 打开目标文件,f表示find/fileC - x C - s 保存目标文件,s表示save