nixypanda

Results 22 comments of nixypanda

Idea: Prefix based history search. Example use-case: (assuming you are using vi mode) 1. Your start writing a command `dock` 2. Hit escape and start going through history using `k`...

One of the ways I can think of achieving this is by using `treesitter`. With that, we should have even better highlighting, considering it can do syntax highlighting based on...

@huashaoxu Faders aren't really configurable at the moment. Though this is a feature I would love to see in this project. Feel free to raise a PR.

@misto I believe there is a flag to enable/disable keyboard navigation that is not set by default. There is also no way to enable disable it using the demo. Can...

Looks like the demo code has the value set to `true`. So either it is not working or I may have removed the functionality.

@misto @kingspp Feel free to create a PR for this feature.

Closing this issue. If anyone wants to work on this feature please re-open.

Hey thanks for the PR, I am not maintaining this project actively. But will try to take a look at this on the weekend.

Hey, I took a look at this PR. Here's what we need to do to get this merged. # Approach I like the idea of customizing how to showcase the...

This looks good, I will try to get this merged in a week or so. :)