Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 517 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 517 Bytes

LIME - Simple Lightweight editor

asciicast

Installation

$ go install github.com/DeeStarks/lime@latest
$ export PATH=$PATH:$(go env GOPATH)/bin

Usage

  • lime <filename> to start editing a file

Syntax highlighting

Currently, the following languages are supported:

  • Golang
  • Python

Available key bindings

  • Ctrl+W: launch editor
  • Ctrl+Q: quit the editor
  • Ctrl+S: save file
  • Ctrl+Z: undo
  • Ctrl+Y: redo