introduction
ctrl-x ctrl-f open file ctrl-x ctrl-s savebuffer control 【相关文章:有矢而发,触类旁通[内核学习的方法论]-】
emacs is a powerful text editor. especially suited for programming, it uses intensively the keyboard shortcuts. this page is a short summary of the most used shortcuts in emacs. if you are configuring your linux, you will appreciate that emacs also works in text mode.file access 【扩展阅读:处子blog】
ctrl-space marks beginning of a block alt-w marks end of block and copy ctrl-w marks end of block and cut ctrl-y paste ctrl-a go to the beginning of the line ctrl-e go to the end of the line ctrl-k kill end of line (after the cursor)general 【扩展信息:明天老婆参加保研面试】
ctrl-x k kill buffer (close file) ctrl-x b switch to an other buffer ctrl-x 2 split the window vertically to see an extra buffer ctrl-x 3 split the window horizontally to see an extra buffer ctrl-x 0 hide the current window ctrl-x 1 show only the current window ctrl-x o jump to an other windowtext editing
... 下一页