Alex Stefanov
Alex Stefanov
The same issue is discussed in #13
I made a userscript that does this and also replaces double clicking with single clicking because I got tired of double clicking: https://gist.github.com/umnikos/59f6418619c80a042cdc3c3bedf068c2 It definitely leads to being able to...
I had the same issue with both `where` and `undefined`, but then I noticed those are the only 2 words in the entire file that were syntax highlighted. I turned...
This bug still persists. Has anyone looked into it?
I think it has indeed fixed itself as I also cannot reproduce it. I'll close the issue
> How do you expand a header? (figured out it was space) > How do you collapse a header? These are called "Folds" in Vim. https://vim.fandom.com/wiki/Folding#Opening_and_closing_folds You can also expand...
This may be related to `ls **` only recursively listing folders, requiring `ls **/*` to recursively list files
I totally agree about the ansi colorcodes, and newlines can go either way, but there's other characters which would really benefit from escaping: ``` ~/De/test $ ls # name type...
Not yet, but I'd argue it's a security risk, especially if the displayed table isn't `ls` but is instead some untrusted input. Sorting out the good unicode from the bad...
I'd like to revive interest in this issue because I tried to reimplement `sudo su -c "echo 50 > /sys/class/backlight/intel_backlight/brightness"` in nushell (without resorting to running the same command with...