Darren Schroeder

Results 2076 comments of Darren Schroeder

I do think this should be some configurable option in nushell vs an env var maybe?

@sholderbach I think we're ready to land this if you are, as well as https://github.com/nushell/nushell/pull/6781 when ready.

This could be related to https://github.com/nushell/reedline/pull/451

@rgwood I'm up for a revert. @sholderbach any thoughts? Actually, I'm up for a partial revert. The timer/ticking clock stuff can stay gone but the other stuff we still probably...

@sholderbach I think the commit is mentioned above. Does it look like the right one? https://github.com/nushell/reedline/pull/451

Add something similar to this in your keybindings. ``` { name: insert_newline modifier: alt keycode: enter mode: emacs event: { edit: insertnewline } } ```

There's a couple things that I need help with/understanding @sholderbach or others. 1. There needs to be a way to enable the fancy features I think. This is what I...

> Ah, that's something we should get over the finish line for this release as well. Agreed. I'm just not sure what to do about those two points. I think...

Someone in Discord was just asking about control backspace not working. It works with this PR. We just need to somehow address the 2 points above.

`ls_colors` updated to crossterm 0.25 https://github.com/sharkdp/lscolors/pull/54