How can I scroll in bash using only the keyboard? If it's not possible in bash, are there any other shells that support this?
|
|
In terminal (not graphic emulator like gterm) works Shift+PageUp or Shift+PageDown |
|||||
|
|
This depends on your terminal emulator, not the shell you are using. I personally use GNU Screen. From the description:
You can use |
|||
|
|
|
And there is tmux, like screen. Use |
|||
|
|
|
In most terminals that I known you can use Shift+PageUp and Shift-DownDown for scrolling. Note that some terminals don't support scrolling, or others use a very limited history buffer. In the latter case, you may want to increase the limit. As an alternative, use a pager, for example |
||||
|
|
