Just like VIM but with "G" and written in GO.
go build ./cmd/gim
Now you can simply run the executable to use the editor.
./gim
If you know VIM you're going to know GIM.
It's the same but worse and with less functionallity😀
Anyways here are the currently working commands:
i
- Enter insert before cursor
I
- Enter insert at beginning of line
a
- Enter insert after cursor
A
- Enter insert at end of line cursor
h
- Left
j
- Down
k
- Up
l
- Right
w
- Next word
b
- Previous word
:
- Enters command mode
:wq <filename>
- Write file and exit GIM
:q
- Exit GIM