Emacs Commands

Command English 中文
C-x C-f New/Open file 新建/打开
C-x C-w Save as 另存为
C-x C-c Exit 退出
C-x C-s Save 保存
C-s Search next 向下搜索
C-r Search last 向上搜索
C-a Start of the line 行首
C-e End of the line 行末
C-p Last line 上一行
C-n Next line 下一行
C-d Delete cursor 删除光标下字符
C-k Delete line 删除整行
M-d Delete word 删除单词
M-g g Move to x line 移动到某行
C-/ Undo 撤销
C-v Next screen 下一屏
M-v Last screen 上一屏
C-M-s Search regex 正则表达式搜索
C-@ Mark 选中
C-w Cut 剪切
M-w Copy 复制
C-y Paste 粘贴
M-! Shell Mode Shell模式
M-x shell Shell Mode Shell模式(交互式)