Skip to content

bpowell/goedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages