Darren Schroeder

Results 2074 comments of Darren Schroeder

Thanks @panicbit. @zhiburt Could you have a look at this too please to see if any recent `tabled` changes have broken the highlighting?

I tried the same thing. I think they both use the `highlight_search_string()` function so that would make sense. But what I can't get over is why is it only messing...

nice research @panicbit! thanks so much for your willingness to jump in and help figure out what's happening - or at least point the finger. LOL. 😆 let's see what...

I'd rather it be accurate. I also see some wasteful/needless escapes in ``` "| \u{1b}[32;40mthis \u{1b}[39m\u{1b}[49m\u{1b}[32;40m

@ryanpcmcquen Agree with @thegedge about the `[line_editor]` section. I've recently been experimenting with `zoxide` and `fzf` and it's currently working in nushell, at least on Windows. There may be some...

@ryanpcmcquen I use zoxide on windows and it works pretty good. You can see some tips and tricks [here](https://github.com/ajeetdsouza/zoxide/issues/69).

I don't use `fuzzy` as a completion_type. That option is built for `skim` which we don't support in nushell because it's not cross platform.

you can make this work on the latest main branch with keybindings like: ``` { name: fzf modifier: control keycode: char_f mode: emacs event: [ { edit: { cmd: clear...