Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Escape (end) in terminal

When I call methods where the output length is longer than the length of the terminal window, a highlighted (END) is returned at the end of the output (see picture). How can I escape from this? Mac terminal end

like image 584
Jeremy Lynch Avatar asked Dec 12 '13 12:12

Jeremy Lynch


People also ask

How do you exit end in Terminal?

You typically can use the arrow keys to scroll up or down, and can exit by pressing q .

How do I escape ESC in Terminal Mac?

Select “Use option as meta key” in Terminal > Preferences > Settings > [profile] > Keyboard. Then you can press the Option modifier key and type f twice. The “Meta” key sends an ESC before the character you type in combination with the modifier.


1 Answers

Type 'q' to escape the (end) and return to what you were doing before

like image 151
Jeremy Lynch Avatar answered Oct 13 '22 07:10

Jeremy Lynch