In “terminal” (not a graphics emulator like gterm ) Shift + PageUp and Shift + PageDown work. I’m using the default terminal in Ubuntu 14 (bash) and to scroll page by page it’s Shift + PageUp or Shift + PageDown to move a whole page up/down. Ctrl + Shift + Up or Ctrl + Shift + Down to move up/down line by line.
On modern Linux systems you can use the [UpArrow] etc [DownArrow] Keys to scroll the display. You can also use these keys to move around the output: [Space] – scrolls the display one screen at a time with data. [Enter] – scrolls the display by one line.
Each time 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.
…
Scroll.
keyboard shortcut | Effect |
---|---|
Ctrl+Fin | Scroll to the cursor. |
Ctrl+Page Up | Scroll up one page. |
Ctrl+Page Dn | Scroll down one page. |
Ctrl+aligners | Scroll up one line. |
Shift + PageUp and Shift + PageDown are the normal Ubuntu hotkeys for scrolling up and down without a mouse in the terminal emulator.
Scroll screen up
In a screen session, press Ctrl+A and then Esc to enter a copy mode. In copy mode, you should be able to move the cursor with the up/down arrow keys ( ↑ and ↓ ), as well as Ctrl + F (page down) and Ctrl + B (page down).
Pressing shift while scrolling mouse up/down works for me when logging into Ubuntu with Terminal ssh in Yosemite. For some commands, such as B. mtr + (plus) and – (minus), is scrolled up and down.
In scroll mode, the user can scroll the GDB output. You can enter scroll mode by typing page up and exit scroll mode by typing q , i , or enter .
2 – With keyboard shortcuts
Key scrolling is enabled by default in Tmux. Just press ctrl + b and then[tomovewiththearrowkeysJustlikewiththemousesettingsyouneedtoaddthesetoyour[tomovearoundwiththearrowkeysJustaswiththemousesettingsyouhavetoaddthemtoyour[umsichmitdenPfeiltastenzubewegenGenauwiebeidenMauseinstellungenmüssenSiediesezuIhrerhinzufügen[tomovearoundwiththearrowkeysJustaswiththemousesettingsyouhavetoaddthemtoyour
To scroll back, press ^A ( Ctrl-A or whatever your screen control sequence is if you’ve remapped it) and then Esc . This allows you to move the cursor up and down. With PgUp / PgDn you can scroll up and down within the screen. The reason for this is the way screen handles the scrollback buffer.
How do I get to the top of the terminal?
Use “cd” or “cd ~” to navigate to your home directory. Use “cd ..” to navigate up one directory level. Use “cd -” to navigate to the previous directory (or back). directory, use “cd /”
Try scrolling up. The only way to scroll up is to search or do Command + Up Arrow. Then you can scroll the output.
On a TTY ( Ctrl + Alt + F1 to F6 ) I use Shift + Page Up to scroll up and Shift + Page Down to scroll down.
What makes less command in Linux?
Less is a command line utility that displays the contents of a file or command output page by page. It is similar to more , but with advanced features and allows you to navigate both forward and backward through the file.
Read newspapers. If you just need to dump the contents of a log to your screen, use the cat command. This allows you to scroll up (Shift + PageUP) and down (Shift + PageDOWN) to find what you need.
Ctrl + Shift + Up or Ctrl + Shift + Down to move up/down line by line.