Leoi Hung Kin
Leoi Hung Kin
Maybe we could first add a command to copy path info into a register.
Personally, I think it’s too restricted to take up a register for a specific purpose. I mean what if we want to add commands to copy the full path, relative...
> How is this exposed in kakoune/vim? I did a quick search on this and vim is using a read-only register `%` to hold the filename.
Good call. I think this would be easier to implement after (the much anticipated) #3110 is merged.
Hi! I too think that being able to perform a search in current workspace would be immensely helpful. So I started messing around and [implemented something myself](https://github.com/pppKin/helix/tree/global_search) . It's not...
>import grep_matcher and grep_regex so we avoid some of the extra deps (we don't need grep_printer for example) You're right, I will be cleaning it up shortly :) Edited: Updated....
> just do this interactively in the picker as the user types @archseer Interactive picker might be a more intuitive option, but I wonder what would be a proper way...
Can we also have light/dark mode switch? I have trouble reading texts on dark background and have always used in-browser reader on bevy websites. However the browser (Readed View in...
I really like the idea(the revised one), and I imagine once this gets implemented, it would be much easier to implement snippet support then. Say we have a snippet: `...
yep, reproduce on windows 10 too ``` 2023-03-10T03:43:09.400986Z INFO bevy_winit::system: Creating new window "Bevy App" (0v0) 2023-03-10T03:43:09.794907Z INFO bevy_render::renderer: AdapterInfo { name: "NVIDIA GeForce GTX 1050", vendor: 4318, device: 7297,...