My attempt to make a text editor in Go for the Go programming language.
- Syntax highlighting for Go
- Save file that is being edited
- BASIC vim like keybindings
- Run Go code from the editor
- Line numbers
http://viewsourcecode.org/snaptoken/kilo/ tutorial on how to make text editor in C
t,T
, f,F
, h,j,k,l
, $,0
, :,/
, n,N
, D,C,a,i,O,s
, x,r
,.
go build