diff --git a/images/everforest.png b/images/everforest.png
new file mode 100644
index 0000000..db772d6
Binary files /dev/null and b/images/everforest.png differ
diff --git a/index.md b/index.md
index c04713e..f857fe0 100644
--- a/index.md
+++ b/index.md
@@ -12,6 +12,7 @@ Minecraft 红石玩家, [B站](https://space.bilibili.com/489732092)
[编辑器操作备忘录](org_html/cheatsheet)
[我对显示 IP 属地的看法](org_html/about_showing_ip)
[对我将来的视频网站的一些畅想](plan_for_my_video_site)
+[推荐 everforest 主题](org_html/recommend_everforest_theme)
---
diff --git a/org/cheatsheet.org b/org/cheatsheet.org
index 39917de..f9c08b0 100644
--- a/org/cheatsheet.org
+++ b/org/cheatsheet.org
@@ -11,8 +11,12 @@
| db | 删除到前一个单词 |
| d$ | 删除光标位置到本行结束 |
| d0 | 删除光标位置到本行开头 |
-| u/C-r | 撤销/重做 |
-| c i { | change inside {} |
+
+** edit
+| key | usage |
+| u/C-r | 撤销/重做 |
+| c i { | change inside {} |
+| "{register}y/p | 向/从寄存器拷贝 |
** movement
| key | usage |
@@ -27,8 +31,6 @@
| f/F | 在一行中向后/前跳到某个字符 |
| % | 到对应括号 |
-
-
** visual
| key | usage | next |
|-----+--------------+------------------------|
diff --git a/org/internet_collections.org b/org/internet_collections.org
index 68a639a..5c548ca 100644
--- a/org/internet_collections.org
+++ b/org/internet_collections.org
@@ -3,7 +3,8 @@
#+TAGS: lowlevel(w) frontend(f) backend(b) emacs(m) hacker(h) algorithm(a) linux(x)
#+TAGS: rssable(s) rssub(u)
#+OPTIONS: \n:t
-#+OPTIONS: toc:nil
+#+OPTIONS: toc:nil
+#+OPTIONS: ^:{}
#+TITLE: Internet Collections
diff --git a/org/recommend_everforest_theme.org b/org/recommend_everforest_theme.org
new file mode 100644
index 0000000..61d1763
--- /dev/null
+++ b/org/recommend_everforest_theme.org
@@ -0,0 +1,23 @@
+#+TITLE: Recommend EverForest Theme
+#+OPTIONS: \n:t
+#+OPTIONS: toc:nil
+
+强烈推荐 everforest 这个主题
+#+BEGIN_QUOTE
+Everforest is a green based color scheme, it's designed to be warm and soft in order to protect developers' eyes.
+#+END_QUOTE
+
+是一个绿色系护眼主题, 正如名字, 有森林的气息
+分为暗色和亮色, 每一种都有三种不同深浅的背景
+[[https://github.com/sainnhe][作者]]是中国人, 制作了许多高质量 Vim 主题
+
+
+* emacs
+这个主题在 2022-06-29 才开始制作 [[https://github.com/Theory-of-Everything/everforest-emacs][emacs 版本]]
+目前还没在 melpa 上, 所以需要手动安装
+我一看到这个就从 [[https://github.com/arcticicestudio/nord-emacs][Nord]] 换过来了
+我加入了 whitespace-mode 的支持, +默认的颜色太晃眼睛啦+
+希望大家能一起帮忙贡献这个主题
+
+放一段 Rust [[https://github.com/dongdigua/AxolotlVM][代码]]的效果
+[[../images/everforest.png]]