summaryrefslogtreecommitdiff
path: root/README.md
blob: 326768f06a440c475e63fdcba030b5102a789eee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# lets-zeditor
Try the zed editor that supports vim mode.

# Install @ Artix Linux
```bash
sudo pacman -S zed
```

## Use CLI
```bash
zeditor file
```
However, it seems that the window that starts up does not close properly with `:wq`... I would be happy if vim mode was officially supported.