In “terminal” (not a graphic emulator like gterm ), Shift + PageUp and Shift + PageDown work. I use the default terminal in Ubuntu 14 (bash) and to scroll by page it is Shift + PageUp or Shift + PageDown to go up/down a whole page. Ctrl + Shift + Up or Ctrl + Shift + Down to go up/down by line.
On modern Linux systems you can use the [UpArrow] and [DownArrow] keys to scroll through the display. You can also use these keys to move through the output: [Space] – scrolls the display, one screenful of data at a time. [Enter] – scrolls the display one line.
It seems as though this is not easily possible: The Arch Linux Wiki lists no way to do this on the console (while easily possible on the virtual terminal). You could use tmux scrolling: Ctrl – b then [ then you can use your normal navigation keys to scroll around (eg. Up Arrow or PgDn ).
Whenever active text arrives, the Terminal scrolls the window to the newly arrived text. Use the scroll bar on the right to scroll up or down.
…
Scrolling.
Key Combination | Effect |
---|---|
Ctrl+End | Scroll down to the cursor. |
Ctrl+Page Up | Scroll up by one page. |
Ctrl+Page Dn | Scroll down by one page. |
Ctrl+Line Up | Scroll up by one line. |
To scroll back, press ^A ( Ctrl-A , or whatever your screen control sequence is if you remapped it) and then Esc . This will let you move the cursor up and down. PgUp / PgDn will let you scroll up and down inside of screen.
Here’s how:
- Using your mouse or laptop track pad, move your cursor to the scroll bar.
- Then click and hold your mouse; you can now move the scroll bar up and down.
- Release the mouse button once you reach the place on your screen you would like to go.
4 апр. 2013 г.
- Press “Ctrl-A” on the keyboard and press “Esc.”
- Press the “Up” and “Down” arrow keys or the “PgUp” and “PgDn” keys to scroll through previous output.
- Press “Esc” to exit scrollback mode.
Shift + PageUp and Shift + PageDown are the normal Ubuntu shortcut keys for scrolling up and down without the mouse in the terminal emulator.
On a TTY ( ctrl + alt + f1 to f6 ), I use Shift + page up to scroll up and Shift + page down to scroll down.
2 – With keyboard shortcuts
Scrolling with keys is enabled by default in Tmux. Just press ctrl + b then [ to move around with the arrow keys. Just as with the mouse settings you have to add them to your .
When in scroll mode, the user can scroll through the GDB output. You can enter scroll mode by typing page up and quit scroll mode by typing q , i or enter .
How do I screen capture in Linux terminal?
Basic Linux Screen Usage
- On the command prompt, type screen .
- Run the desired program.
- Use the key sequence Ctrl-a + Ctrl-d to detach from the screen session.
- Reattach to the screen session by typing screen -r .
How to increase the scroll buffer size in PuTTY
- Type ls -l / to list the contents of the root directory. …
- Now, type the command shown to list the contents of all directories contained by the home directory.
- Scroll up. …
- Scroll up a bit more. …
- Let’s increase the size of the scroll buffer. …
- Select the session from the list, then click Load.
2 дек. 2016 г.
How do I move in PuTTY?
4 Answers. Shift+Pgup/PgDn should work for scrolling without using the scrollbar. If you don’t pipe the output of your commands into something like less , you will be able to use Putty’s scroll-bars to view earlier output. Putty has settings for how many lines of past output it retains in it’s buffer.
How do I select all in PuTTY?
PuTTY has a trick for that too. By placing your cursor anywhere on the line to be highlighted and triple clicking, you’ll select the entire line. If you hold the final click and drag across other lines of text, you’ll select each of those lines in their entirety.