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
- Host: GitHub
- URL: https://github.com/d2verb/ned
- Owner: d2verb
- Created: 2019-08-08T15:11:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T18:58:17.000Z (almost 6 years ago)
- Last Synced: 2025-01-16T07:38:52.225Z (4 months ago)
- Topics: nim, texteditor
- Language: Nim
- Homepage:
- Size: 58.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ned: simple text editor written in nim
based on kilo: https://viewsourcecode.org/snaptoken/kilo[](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 |