summaryrefslogtreecommitdiff
path: root/README.md
blob: 2674aa3e23de96d6479613fcde2652473677b8a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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.

## joke
```bash
$ go build -gcflags '-N -l -m' main.go
# command-line-arguments
./main.go:8:2: moved to heap: a
./main.go:19:11: ... argument does not escape
./main.go:19:12: *g escapes to heap
./main.go:20:11: ... argument does not escape
./main.go:20:12: "Hello, Zed!\n" escapes to heap
```