Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)