about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-03-13 09:47:05 -0700
committerKartik Agaram <vc@akkartik.com>2019-03-13 09:47:05 -0700
commit6e80dc7d4ae59462211252eb4e5581d380eb61e2 (patch)
treef82a9cb6db3c45f6bfc421a412315e57ca24b0cc
parent364b8f8875dfad94d96aae180b58f0003720e15c (diff)
downloadmu-6e80dc7d4ae59462211252eb4e5581d380eb61e2.tar.gz
5003
-rw-r--r--browse_trace/Readme.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/browse_trace/Readme.md b/browse_trace/Readme.md
index ccfbdca7..74e6df8f 100644
--- a/browse_trace/Readme.md
+++ b/browse_trace/Readme.md
@@ -76,3 +76,11 @@ following hotkeys:
 * `ctrl-e` or `end`: move cursor to end of search pattern.
 * `ctrl-u`: clear search pattern before cursor
 * `ctrl-k`: clear search pattern at and after cursor
+
+## wish list
+
+* Simple regular expression search: `.` and `*`.
+* Expand into lower depths as necessary when searching.
+* Zoom out everything.
+* Zoom out lines around the cursor to the highest (or specified) depth.
+  Maybe a number followed by `]`?