NateMarrocco

Results 3 issues of NateMarrocco

![Capture](https://github.com/Gruntfuggly/todo-tree/assets/5776861/f0c1e798-af27-4bf5-af73-39ab6ed78740) Notice on the left we have a bunch of results from debug.txt and on the right I tried a my best to exclude them

Is there a way to select click on the top search result with a single key press? Using hints takes at least two keys

``` -- Customize display format to show mark name, filename, and line number vim.g.markbar_mark_name_format_string = "%s %s:%d" vim.g.markbar_mark_name_arguments = "['name', 'fname', 'line']" -- Customize peekaboo display format (what shows when...