Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 382 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 382 Bytes

fs-kilo

This is a F# port of the Kilo text editor from the Build your own text editor tutorial series.

Screenshot

To run

dotnet run

You can optionally pass the path of a file to edit on the command line, e.g.

dotnet run Program.fs

Commands:

  • Ctrl-S = save
  • Ctrl-Q = quit
  • Ctrl-G = find