diff options
author | Akshay <[email protected]> | 2020-07-12 08:03:03 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-07-12 08:03:03 +0100 |
commit | bc81cf4d3f0847bdf64974ad91f60c293b4f6a77 (patch) | |
tree | 9ba014731da47816d8d4895c58fd686dc093264d /notes.txt | |
parent | c2dc38fa8b9eb6758b02610a671d07a9a770325b (diff) |
add interface todos
Diffstat (limited to 'notes.txt')
-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? |