summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-06-28 18:04:54 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-06-28 18:07:46 -0700
commit8b5c16b8a09f8f778036ebd2a0329243ad0edd77 (patch)
treecbf98631d88143c205c14c278fbb01b8d6c82b96 /TODO.md
parentf23602053eb04b31a715f3cc6acb471acced11c1 (diff)
Add a key-bindings help popup
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/TODO.md b/TODO.md
index 076d028..d3433d4 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,13 +4,10 @@
2. Move to github actions ASAP, travis & appveyor are a PITA. See resources below.
4. Refactor layout handling (see TODO on `tui::views::LayoutView::relayout`)
5. Release on AUR & Homebrew
-6. Benchmark markdown parsing: see what I'm gaining by borrowing and querying
- entity hash set. If building my own spannedstring source from md output
- doesn't affect performance, do it! This would rule out a large class of
- indexing panics coming from cursive.
### bugs
-1. why does `so -e stackexchange -s stackoverflow how do i exit vim` result in
+1. Shift+TAB should move focus backwards
+2. why does `so -e stackexchange -s stackoverflow how do i exit vim` result in
different results than `so -e stackexchange -s stackoverflow "how do i exit vim"`?
### feature ideas
@@ -19,8 +16,6 @@
- Maybe allow slimmer builds without TUI that only offer --lucky.
#### Endless improvements for the TUI
-1. Add Shift+TAB to cycle focus backwards (just add CirculularFocus wrapper)
-3. **Priority** Small text at bottom with '?' to bring up key mapping dialog
1. Init with smaller layout depending on initial screen size.
2. Maybe cli `--auto-resize` option that changes layouts at breakpoints.
5. Maybe **[ESC]** cycles layout in the opposite direction? And stops at