Arijit Basu

Results 135 comments of Arijit Basu

Ah got it... Let me see how to implement this (without sacrificing performance).

Reopening this as the navigation isn't vim-like yet.

Hey @sux2mfgj thanks for investigating this issue. It could be a threading related issue. It's just a guess, but I think GH runner is preventing xplr from spawning multiple threads....

Pipes would be really inefficient for that purpose and will make xplr slow or increase the complexity. I think implementing something like a socket server will be a better idea....

No it's fine. It was only my initial opinion. It's still up for discussion. If anyone has any suggestion, feel free to comment. I'll try to explore the options as...

Pipes are convenient but come with several limitations. One major limitation is performance. That's why pipes are designed to be one-shot thing. They don't update in real-time and don't keep...

Actually, IMO `enter` key has the right behavior, but `esc` key can be improved. When `esc` is pressed in the search mode, I'd expect the focus to go back to...

Closing this, as this seems like a trivial improvement requiring large complications.

Hey.Thanks for reporting this. I have a good idea of where the problems are and can definitely optimize this. I've been delaying working on cleanups and optimizations to focus on...

Reopening this.