From 70f5b26fd2cedf2cd3c25e2f45a61c066083772a Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 8 Jan 2024 11:40:28 +0800 Subject: [PATCH] docs: emacs --- home/base/desktop/editors/emacs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/home/base/desktop/editors/emacs/README.md b/home/base/desktop/editors/emacs/README.md index 83dfef05..659c129c 100644 --- a/home/base/desktop/editors/emacs/README.md +++ b/home/base/desktop/editors/emacs/README.md @@ -64,6 +64,7 @@ Here is the cheetsheet related to my DoomEmacs configs. Please read vim's common | Popup Terminal(vterm) | `SPC + o + t` | | Open Terminal | `SPC + o + T` | | Open file tree sidebar | `SPC + o + p` | +| Frame fullscreen | `SPC + t + F` | | Exit | `M-x C-c` | | Execute Command | `M-x`(hold on `Alt`/`option`, and then press `x`) | | Eval Lisp Code | `M-:`(hold on `Alt`/`option`, and then press `:`) |