Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 493 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 493 Bytes

GoEdit Text Editor for Go

My attempt to make a text editor in Go for the Go programming language.

Features

  • Syntax highlighting for Go
  • Save file that is being edited
  • BASIC vim like keybindings
  • Run Go code from the editor
  • Line numbers

Inspiration

http://viewsourcecode.org/snaptoken/kilo/ tutorial on how to make text editor in C

Basic VIM bindings:

t,T, f,F, h,j,k,l, $,0, :,/, n,N, D,C,a,i,O,s, x,r ,.

How to build

go build