Editor experiment in Go. Forked from linde12/kod.
Make sure "xi-core" is in your path
> clone https://github.com/xi-editor/xi-editor
> cd xi-editor
> cd rust
> cargo install --force
> cd syntect-plugin
> make install
Then install olive
> go get github.com/jantb/olive`
> olive filename.go
- Ctrl-z undo
- Alt-up add cursor above
- Alt-down add cursor below
- Ctrl-c copy
- Ctrl-x cut
- Ctrl-v paste
- Ctrl-Alt-z redo
- Ctrl-s Save file
- Ctrl-q Quit
- Alt-j add cursor at next selection