summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkshay <nerdy@peppe.rs>2020-07-12 12:33:03 +0530
committerAkshay <nerdy@peppe.rs>2020-07-12 12:33:03 +0530
commitbc81cf4d3f0847bdf64974ad91f60c293b4f6a77 (patch)
tree9ba014731da47816d8d4895c58fd686dc093264d
parentc2dc38fa8b9eb6758b02610a671d07a9a770325b (diff)
add interface todos
-rw-r--r--notes.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt
index 675b78f..314d482 100644
--- a/notes.txt
+++ b/notes.txt
@@ -40,6 +40,12 @@ Command mode:
* month-prev mprev
* month-next mnext
+Interface:
+ - move view port if focused view goes outside bounds
+ - tab completion for command mode? requires lex table
+ - move command window to bottom, styling
+ - prefix command window with `:`
+
Undo-tree:
- store app states in memory
- should store diffs? or entire state?