LESSOPEN='| highlight --line-numbers -qs candy --out-format=xterm256 --stdout -i %s'
is that an alias or a sys env?
Sys env. It adds syntax highlighting to less. Needs the
highlight
tool of course, there are others.oh, it literally pipes into another tool! I thought that vertical bar was a config option for less lmao
Yeah, less is weird there with needing the pipe.
Most!
Neither, bat or neovim.
Less, but actually bat
I use bat sometimes, but how do you stop it from wrapping lines?
I use bat sometimes, but how do you stop it from wrapping lines?
$ cat ~/.config/bat/config --wrap=never
You dropped your friggin’
in another thread and I just stepped on it. Pain like Lego.
Souldn’t there be two of those to append?
Ow! ^
I ain’t got no time for no config! I’m a busy man!
$ cat ~/.config/bat/config
The irony.
Been using Less for so long…
Forgot More existed. 🤷♂️
I don’t know why anyone would use more when less is more with more features.
alias less=‘moar’
more only if less is not available
less or bat, but I usually use by paging up and down so it’s not that different from more… My terminal emulator only pages up and down, I like it that way.
I use a teletype. My scrollback is INFINITE.
your buffer size must exceed several floppies!
Depends…
Less, then “vim -” after I realize I don’t know how to use less.
Isn’t more like the main driver for our prospering civilization?
Some might say that the shift in desiring less is the downward path for the over-saturated humanity.
But lets not get too deep here.
tail -f of vim
I use more because I learned more first. Now it’s in muscle memory, so I won’t change anytime soon.