diff options
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 `]`? |