Sorry for the awkward phrasing of the title but I was wondering if there was a text viewer (like more or less) that takes you away from the command prompt when you're viewing a doc and then when you quit the viewer, you're right back at the last command you typed. Like how vim functions. So I guess vim would work but I was wondering if there was another text viewer that's simpler.
feedback
|
|
I'm not sure, but I think what you're referring to is the use by some programs such as Vim of the terminal's alternate screen. I'm using
then quit | |||||||||||
feedback
|
|
Try nano and pico. IIRC, they don't mess with the contents of your session. They are also way simpler. If you don't need to edit and only want to output the files, then you just need 'cat filename' and it won't even leave your shell to create any fullscreen viewer environment such as your experience with vi | |||
|
feedback
|
|
There is a command generally available called | |||
|
feedback
|
