feat: emacs - GUI mode by default, increase font size

This commit is contained in:
Ryan Yin
2024-01-06 19:38:56 +08:00
parent daa883caf8
commit 72bd225ca2
4 changed files with 25 additions and 17 deletions

View File

@@ -36,13 +36,15 @@ when in doubt, run `doom sync`!
Here is the cheetsheet related to my DoomEmacs configs. Please read vim's common cheetsheet at [../README.md](../README.md) before reading the following.
### Terminal Related
### Basics
> Terminal(vterm) is useful in GUI mode, I use Zellij instead in terminal mode.
| Action | Shortcut |
| ---------------------- | ------------- |
| Open file tree sidebar | `SPC + o + p` |
| Popup Terminal | `SPC + o + t` |
| Popup Terminal(vterm) | `SPC + o + t` |
| Open Terminal | `SPC + o + T` |
| Open file tree sidebar | `SPC + o + p` |
| Exit | `M-x C-c` |
### Window Navigation
@@ -109,6 +111,10 @@ And bookmarks:
| Find files by keyword in path | `<Space> + <Space>` |
| Grep string in files (vertico + ripgrep) | `<Space> + sd` |
### Image Preview(GUI mode only)
Use `-`, `+` to resize the image, `r` to rotate the image.
### Search & replace
```bash