Skip to content

Commit e9eb3d4

Browse files
committed
docs: neovim & emacs
1 parent b492ffa commit e9eb3d4

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

home/base/desktop/editors/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Type `:tutor`(`:Tutor` in Neovim) to learn the basics usage of vim/neovim.
1414

1515
## VIM's Cheetsheet
1616

17-
> Here only record my commonly used keyboard keys, to see a more comprehensive cheetsheet: <https://github.com/rtorr/vim-cheat-sheet>
17+
> Here only record my commonly used keyboard keys, to see **a more comprehensive cheetsheet**: <https://github.com/rtorr/vim-cheat-sheet>
1818
1919
Both Emacs-Evil & Neovim are compatible with vim, sothe key-bindings described here are common in both Emacs-Evil, Neovim & vim.
2020

home/base/desktop/editors/emacs/README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
- Emacs Wiki: <https://www.emacswiki.org/emacs/SiteMap>
1414
- Awesome Emacs: <https://github.com/emacs-tw/awesome-emacs#lsp-client>
1515

16+
## Why emacs?
17+
18+
1. Explore the unknown, just for fun!
19+
2. Org Mode
20+
3. Lisp Coding
21+
1622
## Install or Update
1723

1824
After deploying this nix flake, run the following command to install or update emacs:
@@ -37,15 +43,6 @@ just emacs-reload
3743
just emacs-clear
3844
```
3945

40-
## Notes
41-
42-
1. we can run any emacs command via `M-x`(Alt + x).
43-
44-
## Why emacs?
45-
46-
1. Explore the unknown, just for fun!
47-
2. Org Mode
48-
4946
## Cheetsheet
5047

5148
Here is the cheetsheet related to my DoomEmacs configs. Please read vim's common cheetsheet at [../README.md](../README.md) before reading the following.
@@ -54,6 +51,8 @@ Here is the cheetsheet related to my DoomEmacs configs. Please read vim's common
5451

5552
> Terminal(vterm) is useful in GUI mode, I use Zellij instead in terminal mode.
5653
54+
> We can run any emacs command via `M-x`(Alt + x).
55+
5756
| Action | Shortcut |
5857
| ---------------------- | ------------- |
5958
| Popup Terminal(vterm) | `SPC + o + t` |

home/base/desktop/editors/neovim/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ For more details, visit the [AstroNvim website](https://astronvim.com/).
55

66
This document outlines neovim's configuration structure and various shortcuts/commands for efficient usage.
77

8+
## Screenshots
9+
10+
![](/_img/astronvim_2023-07-13_00-39.webp)
11+
![](/_img/hyprland_2023-07-29_2.webp)
12+
813
## Configuration Structure
914

1015
| Description | Standard Location | My Location |
@@ -40,11 +45,6 @@ just nvim-test
4045
just nvim-clear
4146
```
4247

43-
## Screenshots
44-
45-
![](/_img/astronvim_2023-07-13_00-39.webp)
46-
![](/_img/hyprland_2023-07-29_2.webp)
47-
4848
## Cheetsheet
4949

5050
Here is the cheetsheet related to my Neovim configs. Please read vim's common cheetsheet at [../README.md](../README.md) before reading the following.

0 commit comments

Comments
 (0)