Skip to content

hibiken/mini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kiss

Kiss is a small text editor, inspred by antirez's kilo editor.
It aims to Keep it simple stupid.

Demo: https://asciinema.org/a/392372

Features

Kiss has a small set of features just enough to be a usable code editor.

  • Syntax Highligting
  • Searching

Installation

$ go get github.com/hibiken/kiss

Usage

$ kiss <filename>

Key bindings

Ctrl-Q: quit
Ctrl-S: save
Ctrl-F: find

Limitations

Currently kiss editor is only supported for Linux and MacOS.
Syntax highlight is enabled for C, C++, and Go, but it can be extended for other languages.

License

Kiss editor is released under MIT license. See LICENSE.

About

small text editor

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors