diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-03-13 09:47:05 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-03-13 09:47:05 -0700 |
commit | 6e80dc7d4ae59462211252eb4e5581d380eb61e2 (patch) | |
tree | f82a9cb6db3c45f6bfc421a412315e57ca24b0cc /browse_trace | |
parent | 364b8f8875dfad94d96aae180b58f0003720e15c (diff) | |
download | mu-6e80dc7d4ae59462211252eb4e5581d380eb61e2.tar.gz |
5003
Diffstat (limited to 'browse_trace')
-rw-r--r-- | browse_trace/Readme.md | 8 |
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 `]`? |