While within a pane how to you scroll to view logs, error msg, etc.
prefix+[
will put you in less mode. I usually Ctrl+b
and Ctrl+f
at that point to page back and forward. Also very useful is ?
to search backward, then press n
to “next” through the search results.
ah, i missed the prefix+ [ I was trying to prefix + C-b & C-f before I initialized it… got it… it works, thank you.
Yes, that is where I saw it… thanks again… I bookmarked now…