17 lines
540 B
Org Mode
17 lines
540 B
Org Mode
#-*- mode: org -*-
|
|
#+TODO: TODO | DONE
|
|
#+STARTUP: show2levels
|
|
|
|
* DONE Render lines
|
|
* DONE Basic buffer implementation
|
|
* DONE Basic text editing functions
|
|
* DONE Basic keybindings system
|
|
* DONE Parse keymaps so config matches pygame keys
|
|
* DONE Keymap fallthrough/precedence stacking
|
|
* DONE Pass the file you want to edit as a command line argument
|
|
* DONE Save buffer function with a keybinding
|
|
* TODO Add reverse parsing of keymaps to show users what they're typing
|
|
* TODO Add reverse parsing of keymaps to show users what they're typing
|
|
|
|
|