C-v next screen M-v previous screen C-l moving the test around the cursor to the center of the screen(top,bottom if you type agian) C-p preivous line C-n next line C-b backware char C-f forward char M-f forward word M-b backward word C-a move to the beginning of a line C-e move to the end of a line M-a move to the beginning of a sentence M-e move the end of a sentence M-< move to the beginning of the whole text M-> move to the end of the whole text C-8 数字 以上命令 相当于重复多次以上命令(不是所有的都可以,比如翻页会变成按行滚动) C-g 取消指令 C-x 1 kill all other windows M-d delete the next word after the cursor M-<\DEL> delete the previous word before the cursor C-k delete from the cursor position to the end of line M-k delete to the end of the current sentence C-y 恢复C-k删除的行,如果C-k在一行中按了多次,恢复也是多行语句 C-/ undo C-x C-f Find a file C-x C-s Save a file C-x C-c quit Emacs C-s search 再次按下会寻找下一个 直接用牛人的配置去学。。不要自己摸索