Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iammoltony/ndsvi
Text editor for Nintendo DS heavily inspired by Vi
https://github.com/iammoltony/ndsvi
ds-homebrew libnds nds nintendo-ds nintendo-ds-homebrew nintendo-hacking text-editor text-editor-cpp vi-clone
Last synced: about 1 month ago
JSON representation
Text editor for Nintendo DS heavily inspired by Vi
- Host: GitHub
- URL: https://github.com/iammoltony/ndsvi
- Owner: IAmMoltony
- Created: 2023-07-12T13:18:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-26T15:08:34.000Z (8 months ago)
- Last Synced: 2024-04-26T16:32:52.014Z (8 months ago)
- Topics: ds-homebrew, libnds, nds, nintendo-ds, nintendo-ds-homebrew, nintendo-hacking, text-editor, text-editor-cpp, vi-clone
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NDSvi
NDSvi is a text editor for Nintendo DS heavily inspired by Vi.
# Notice
This project is [**no longer maintained**](https://iammoltony.github.io/abandonware.html#ap8).
## To do
- hjkl navigation
- :<number> (move cursor to specific line)
- w (move cursor to beginning of next word)
- b (move cursor to beginning of pervious word)
- ctrl + f (move forward one page)
- crtl + b (move backward one page)
- x (basically delete key)