diff options
-rw-r--r-- | notes.txt | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -40,6 +40,12 @@ Command mode: | |||
40 | * month-prev mprev | 40 | * month-prev mprev |
41 | * month-next mnext | 41 | * month-next mnext |
42 | 42 | ||
43 | Interface: | ||
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 | |||
43 | Undo-tree: | 49 | Undo-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? |