Mo Bitar

Results 124 comments of Mo Bitar

If you use [Zellij](https://github.com/zellij-org/zellij) (similar to Tmux) and don't hide the pane frames, then the frame will help you until Helix implements a solution :)

@tqwewe This is possible in typed-builder using `#[builder(default, setter(strip_option))]`: https://docs.rs/typed-builder/latest/typed_builder/derive.TypedBuilder.html#customisation-with-attributes

@estebank I am not sure if the comment about transmute is still relevant since this works for me now: ![image](https://github.com/estebank/makeit/assets/76752051/76389366-fc62-4410-9e34-481f06626ac4) Maybe [this](https://github.com/rust-lang/rust/pull/101520/) made it possible?

I need this for the Rustlings code :D I will do it manually with the escape code and leave a comment pointing to this issue.

It is not that "annoying" to fork the plugin. I just wanted to suggest these changes but you don't have to implement them. Think about it more like a feedback,...

@imsnif I wonder how shells like fish and bash handle this problem. Don't they have to fetch information from the terminal emulator too? When I start fish, I can press...

I have no idea how this fetchting of terminfo is implemented in Zellij, but one idea would be to fetch the info in a separate process with its own STDIN...

I added an upper limit of files to open with a glob and implemented ignoring directories when globbing. The PR is ready to be merged after a review 😃

@postsolar You are right. I will fix it in the next days.

Fixed opening non-existent files and merge conflicts.