-# Internals
+# Internals and Miscellaneous
+* Re-work column tracking to keep the cursor reasonably close to where expected
* Calculate line numbers and keep up to date while editing
* Support multiple buffers
+* Implement undo/redo log
+* Implement ctags lookup and regeneration
+* Implement cscope lookup and regeneration
+* Implement fuzzy file/buffer/tag picker
+* Implement omnicomplete pop-up
+* Implement Tab for command/tag execution
# Unicode
* Double left click on newline or empty space to select line
* Triple left click to select "big" word (contiguous block of non-ws chars)
* Right click to plumb word or search
+* Copy to clipboard on select
# Keyboard User Interface
# Command Language
* Implement a Sam/Acme-like command language
+
+# Maybe Someday Features
+
+* Implement fuse file-system backend?
+* Spell checker integration
+* Syntax highlighting