summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-06-16 12:41:09 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-06-16 12:41:09 -0700
commitbd3e479aaf76ea6ec94a680123b393eca971387f (patch)
tree1ef5a36601b40bb6ecdd46f6cd3d34f4336cb523 /TODO.md
parentf1be144cb9a598b50bb25bf76e57375035e29ae3 (diff)
Add vim bindings everywhere
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index ee4c148..bd5924d 100644
--- a/TODO.md
+++ b/TODO.md
@@ -11,9 +11,12 @@ changing [soon](https://meta.stackexchange.com/q/348746).
#### Cursive interface for viewing questions and answers
2. Handle focus with h,l
5. Init with smaller layout if terminal size smaller?
-3. maybe cli --auto-resize option
+3. maybe cli `--auto-resize` option
3. make the default colors.toml file have a banging RGB > Hex > Defaults fallback
6. Small text at bottom with '?' to bring up key mapping dialog
+7. Clean up! remove dupe between ListView and MdView by making a common trait
+8. Possibly make `--arrow_keys_focus` option to toggle the arrow key consumption
+9. Maybe **ESC** cycles layout in the opposite direction?
#### other
1. Use [par_iter](https://github.com/rayon-rs/rayon) for text preprocess & parsing?