@_xhr_ I use this all the time since discovering it and try to share it regularly. If you're looking for other obscure corners in less(1) you can use "-S" (in a running session of less) to toggle between wrapping and not-wrapping long lines. Most toggleable options can do this, so if you pipe ANSI output to less and see a bunch of "ESC" sequences, try typing "-R" to toggle ANSI-sequence processing/display. Or "-i"/"-I" to toggle case-sensitivity in searches.