记录: 学会用emacs 阅读代码-如何翻页-拷贝-撤销

Posted 云服务圈

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了记录: 学会用emacs 阅读代码-如何翻页-拷贝-撤销相关的知识,希望对你有一定的参考价值。

由reddit网站,引发的一个问题?

https://www.reddit.com/r/emacs/comments/7i2alo/how_to_read_and_understand_gnu_emacs_source_code/


http://irreal.org/blog/?p=5488

Reading Code with Emacs: Controlling what's Displayed

https://nathanielknight.ca/articles/reading_code_with_emacs_controlling_display.html#coming-soon


Emacs和它的朋友们——阅读源代码篇

http://baohaojun.github.io/reading-source-code-cn


  1. 用emacs 阅读代码简直是神器。

  2. 现代软件的代码量都非常庞大

  3. 比如k8s 代码量就很大

  4. 比如linux 代码量也很大


  我想阅读代码怎么办?emacs 确实是神器,先来学一招翻页,拷贝,撤销


翻页


                         上一行 C-p

                                  :

                                  :

            向左移 C-b .... 目前光标位置 .... 向右移 C-f

                                  :

                                  :

                             下一行 C-n



mac 笔记本:

control + p(previous)  向上一行翻页

control + n(next)         向下一行翻页

control + b(backward)   光标向后退

control + f(backward)    光标向前进



拷贝

能按住shift + 方向键,选择文本


然后按住alt option +  w



撤销

control +  / (斜杆)


以上是关于记录: 学会用emacs 阅读代码-如何翻页-拷贝-撤销的主要内容,如果未能解决你的问题,请参考以下文章

[daily] 如何用emacs+xcscope阅读内核源码

21 天学会 Emacs 之第八天

21天学会Emacs: Day 1

Emacs的书签功能介绍

21 学会 Emacs:从入门到放弃?

学会阅读别人的源码