An open API service indexing awesome lists of open source software.

https://github.com/d2verb/ned

simple text editor written in nim
https://github.com/d2verb/ned

nim texteditor

Last synced: 2 months ago
JSON representation

simple text editor written in nim

Awesome Lists containing this project

README

        

# ned: simple text editor written in nim
based on kilo: https://viewsourcecode.org/snaptoken/kilo

[![asciicast](https://asciinema.org/a/DazHlgcO6jffxtsifGCte5hm6.svg)](https://asciinema.org/a/DazHlgcO6jffxtsifGCte5hm6)

## Key mapping
|Key|Description|
|---|-----------|
|Ctrl-H | Move left |
|Ctrl-J | Move down |
|Ctrl-K | Move up |
|Ctrl-L | Move right |
|Ctrl-F | Move to next page |
|Ctrl-B | Move to previous page |
|Ctrl-W | Save file |
|Ctrl-S | Search word |
|Ctrl-Q | Terminate editor |