Michael Davis
Michael Davis
@pascalkuthe and I talked about this a little privately. I like the behavior of global_search opening the picker as it feels faster / more responsive (though really it isn't) so...
> Can we [add] additional column in the beginning for selector? That would be unrelated to these changes: these changes also don't touch the highlight symbol for example (the `>`)....
> in the dynamic global search would it be possible to not just highlight the line where the search query exists, but also highlight each occurrence of the search query...
Looks like I left a stray `clear()` of the old query around, should be fixed in the latest push
I think it would be awkward to have the dynamic column not also be the primary column (the one that doesn't need a `%name:` specifier). Maybe we could make it...
I can reproduce this and updating to the latest tree-sitter-sql revision fixes it
It would probably be a little tricky to write so that it handles comments correctly but yeah that would be the most efficient way
Yep I think it's reasonable for `gf` to act basically the same as `:open`
`:open` doesn't actually create the file - it's just opening a new buffer with that path set. You can use `:buffer-close` (`:bc`) to close that buffer
Fair enough. I suppose you would need to force-quit the tutor buffer anyways since it would most likely have modifications if you did the previous sections