aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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:
40 * month-prev mprev 40 * month-prev mprev
41 * month-next mnext 41 * month-next mnext
42 42
43Interface:
44 - move view port if focused view goes outside bounds
45 - tab completion for command mode? requires lex table
46 - move command window to bottom, styling
47 - prefix command window with `:`
48
43Undo-tree: 49Undo-tree:
44 - store app states in memory 50 - store app states in memory
45 - should store diffs? or entire state? 51 - should store diffs? or entire state?