- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Living in Emacs (2004年8月) 高大應數課程講義 謝耀偉編著 國立高雄大學應用數學系 What is Emacs? Emacs is the extensible, customizable, self-documenting real-time display editor. Emacs can do so very many different things so well that it would make a fine operating system. The Emacs view Emacs keystroke conventions C-chr == Control + character, pressed at the same time. M-chr == Meta + character, pressed at the same time. p.s. Meta might be the Alt key, or the Esc key Commands and key-bindings Emacs implements a version of LISP to build its commands and extensions. All commands have names, like Buffer-menu-bury, backward-char. Many of the commands are bound to key combinations, prefaced with the Control and Meta keys. First instructions C-x C-c :Quit the Emacs C-x C-f :open a file C-x C-s:save my work and continue typing C-x C-w: save as Emacs cut and paste C-d: deletes the character under the cursor M-d: kill-word M-Delete: backward-kill-word M-k: kill-sentence C-x: Delete backward-kill-sentence C-k: kill-line C-y : yank the most recent block The universal argument C-u: universal-argument.It can be used as a prefix for a great number of other actions Ex:type C-u 6 C-k kills three lines. Basic operations in review Basic operations in review (conti.) Little steps C-f advances the cursor one character C-b moves it back one character C-n moves to the next line C-p moves the cursor up one line Words, lines, and sentences C-a takes you to the first column in the current line C-e takes you to the lines end M-b moves back one word M-f moves the cursor forward one word M-a takes us backward to the beginning of the current sentence M-e moves forward in the same manner, relative to sentence ends Taking big steps C-v scrolls the text forward one screen M-v scrolls the text backward one screen C-l re-centers the window around the current cursor location Incremental searches C-s: isearch-forward C-r : isearch-backward Regexp searches ESC C-s: start a forward regexp search ESC C-r: s
文档评论(0)