Open a file for interactive reading, allowing scrolling and search.
less {{source_file}}
<Space> (down), b (up)
G (end), g (start)
n
/N
to go to next/previous match):/{{something}}
n
/N
to go to next/previous match):?{{something}}
git diff --color | less -R
q