Darren Schroeder
Darren Schroeder
@g-berthiaume The issue is gone in the latest `Windows Terminal Preview v1.18.1462`
@bartdorsey Yup, Wez was working on that last I checked. Trying to use the conpty that WT uses or something like that. https://github.com/nushell/nushell/issues/5585
I think the root of this problem is that nushell/reedline redraws the prompt with every character typed. If you have a fast system and a fast terminal, it's not very...
I use this for `clear` ``` { name: clear modifier: none keycode: esc mode: emacs event: { edit: clear } } ```
We've talked about this recently in some other issue that I can't find. The synopsis, as I remember it, was to have something like NU_LIB_DIRS where script files/modules could be...
> Is there an ETA on this? This is one of the most important thing missing for me to switch to nushell. Managing config files in 3rd party tools (part...
> Good first issue for someone, or are there nuances I'm not anticipating? Yes, there will be nuances like: 1. when should they be loaded, before x file, after y...
> I recommend loading after all default configs are processed i agree number 2 is about `nu --parameters` e.g. should it be loaded with nu -c, what about nu -c...
The float data type precision is controlled in your config.nu `float_precision`.
> @fdncred understood. It turns out that tables and the REPL use different display for some reason, and the latter is not affected by `float_precision`. I edited the name to...