If I have seen further, it is by standing on the shoulders of giants. —- Sir Isaac Newton

On the way to master VIM and Evil in Emacs


VIM 的基本语法 操作符 + 动作命令 = 操作 操作符连续调用两次,作用于当前行。 操作符 d: 删除符 c: 修改 x: 删除当前字符 r: 修改当前字符 R:修改字符 y: 复制 删除所…

Org 中快速插入 Heading


在 org 文中可以对 Heading 进行链接,通过此链接可以跳转到对应的 heading 上。其在 org 中的术语是 Internal links。其基本格式是: #+begin_example Heading Foo Heading #+end_example 虽然 heading 很好用,但是插入 Heading 却显…

Taking diary with diary-lib package in Emacs


使用 diary-lib 记日记

Listen music with emms in Emacs


Emacs 听音乐

Moving around with evil within Emacs


高效移动光标的方式