How to scroll in a Ubuntu terminal using arrow keys
I get some standard output in a terminal and try to use the arrow keys to scroll up but instead it gives me previous commands.
Page up and page down do nothing.
Using the scroll bar is extremely difficult because it moves about a page per micro-inch. Please tell me there is a way to get sensible scrolling using the arrow keys (or something equivalent) on a Ubuntu terminal?
I see nothing in the preferences for scrolling.
ubuntu terminal scrolling
add a comment |
I get some standard output in a terminal and try to use the arrow keys to scroll up but instead it gives me previous commands.
Page up and page down do nothing.
Using the scroll bar is extremely difficult because it moves about a page per micro-inch. Please tell me there is a way to get sensible scrolling using the arrow keys (or something equivalent) on a Ubuntu terminal?
I see nothing in the preferences for scrolling.
ubuntu terminal scrolling
2
Which "Ubuntu terminal"? The choice of terminal emulators is in the double figures. Which one are you actually asking about?
– JdeBP
Aug 4 '18 at 8:18
1
I'm using GNOME terminal 3.28.1, the one that came "out of the box."
– Russ P.
Aug 4 '18 at 17:17
1
Several come "out of the box", a notion that has not very much meaning on a package-based operating system like Ubuntu in any event.
– JdeBP
Aug 4 '18 at 18:53
@JdeBP Gnome Terminal is the only terminal installed on the Ubuntu Desktop image.
– wjandrea
3 hours ago
add a comment |
I get some standard output in a terminal and try to use the arrow keys to scroll up but instead it gives me previous commands.
Page up and page down do nothing.
Using the scroll bar is extremely difficult because it moves about a page per micro-inch. Please tell me there is a way to get sensible scrolling using the arrow keys (or something equivalent) on a Ubuntu terminal?
I see nothing in the preferences for scrolling.
ubuntu terminal scrolling
I get some standard output in a terminal and try to use the arrow keys to scroll up but instead it gives me previous commands.
Page up and page down do nothing.
Using the scroll bar is extremely difficult because it moves about a page per micro-inch. Please tell me there is a way to get sensible scrolling using the arrow keys (or something equivalent) on a Ubuntu terminal?
I see nothing in the preferences for scrolling.
ubuntu terminal scrolling
ubuntu terminal scrolling
edited Aug 3 '18 at 21:45
Jesse_b
12k23064
12k23064
asked Aug 3 '18 at 21:16
Russ P.Russ P.
191
191
2
Which "Ubuntu terminal"? The choice of terminal emulators is in the double figures. Which one are you actually asking about?
– JdeBP
Aug 4 '18 at 8:18
1
I'm using GNOME terminal 3.28.1, the one that came "out of the box."
– Russ P.
Aug 4 '18 at 17:17
1
Several come "out of the box", a notion that has not very much meaning on a package-based operating system like Ubuntu in any event.
– JdeBP
Aug 4 '18 at 18:53
@JdeBP Gnome Terminal is the only terminal installed on the Ubuntu Desktop image.
– wjandrea
3 hours ago
add a comment |
2
Which "Ubuntu terminal"? The choice of terminal emulators is in the double figures. Which one are you actually asking about?
– JdeBP
Aug 4 '18 at 8:18
1
I'm using GNOME terminal 3.28.1, the one that came "out of the box."
– Russ P.
Aug 4 '18 at 17:17
1
Several come "out of the box", a notion that has not very much meaning on a package-based operating system like Ubuntu in any event.
– JdeBP
Aug 4 '18 at 18:53
@JdeBP Gnome Terminal is the only terminal installed on the Ubuntu Desktop image.
– wjandrea
3 hours ago
2
2
Which "Ubuntu terminal"? The choice of terminal emulators is in the double figures. Which one are you actually asking about?
– JdeBP
Aug 4 '18 at 8:18
Which "Ubuntu terminal"? The choice of terminal emulators is in the double figures. Which one are you actually asking about?
– JdeBP
Aug 4 '18 at 8:18
1
1
I'm using GNOME terminal 3.28.1, the one that came "out of the box."
– Russ P.
Aug 4 '18 at 17:17
I'm using GNOME terminal 3.28.1, the one that came "out of the box."
– Russ P.
Aug 4 '18 at 17:17
1
1
Several come "out of the box", a notion that has not very much meaning on a package-based operating system like Ubuntu in any event.
– JdeBP
Aug 4 '18 at 18:53
Several come "out of the box", a notion that has not very much meaning on a package-based operating system like Ubuntu in any event.
– JdeBP
Aug 4 '18 at 18:53
@JdeBP Gnome Terminal is the only terminal installed on the Ubuntu Desktop image.
– wjandrea
3 hours ago
@JdeBP Gnome Terminal is the only terminal installed on the Ubuntu Desktop image.
– wjandrea
3 hours ago
add a comment |
2 Answers
2
active
oldest
votes
You can use ⇧ Shift + PgUp and ⇧ Shift + PgDown to scroll in most terminals. The addition of ⇧ Shift stops the keypress from being sent through the terminal to applications, as of course happens if you just press PgUp and PgDown unmodifed.
These must, moreover, be the PgUp and PgDown on the editing keypad, not the ones on the calculator keypad.
⇐ This is the editing keypad. If you have a laptop without a full 104/105/106/107/109-key keyboard, you will have to find its equivalent on your laptop keyboard, wherever that is.
I don't see why this was downvoted. OP asked for "scrolling using the arrow keys (or something equivalent)"
– Jesse_b
Aug 3 '18 at 21:43
1
shift + page up or page down does not work for me. It just prints a 3 or a 9
– Russ P.
Aug 3 '18 at 22:59
I was baffled by what you meant by the "cursor keypad," but I finally found pgup and pgdn keys above the calculator keyboard. And they do work when I use them with the shift key. That's progress. But it seems a bit strange that I should have to use the shift to make these keys do what their name says they do. Also, it would be nice to have finer control using the arrow keys. If not the default mode, it seems to me that there should at least be a way in the get that mode in the scrolling preferences.
– Russ P.
Aug 4 '18 at 17:36
add a comment |
I just noticed another link on the side here called "How to scroll in a terminal by line in GNOME Terminal 2.31.3?". It turns out that you can use the arrow keys to scroll by holding down both shift and control! Who would have guessed?! So that gives me a workaround of sorts, but I think the arrow keys should work that way without having to hold down any other keys. Shouldn't have to jump through hoops just to get basic functionality. Just my opinion.
1
The basic functionality is of course for the key presses to be sent to the applications connected to the terminal as terminal input.
– JdeBP
Aug 5 '18 at 12:53
I consider scrolling to be "basic functionality." And while I greatly appreciate the help that I got at this site, I shouldn't have had to come to a help forum just to figure out how to scroll in a terminal. It should be intuitive. Apparently some users like to use the arrow keys to select previous commands, but I have always just used !!, !<start of previous command to be selected>, or the bash history command. In my opinion, basic line-by-line scrolling is more fundamental than repeating previous commands and should be the default behavior for the arrow keys or at least an option.
– Russ P.
Aug 5 '18 at 17:14
1
You have not grasped the fundamentals of what such a terminal emulator is. It emulates a terminal. Terminals (can) have arrow keys. Users expect to use them with applications and expect them to be transmitted as ordinary terminal input. They are not, in the normal case, local functions on (character-based) terminals.
– JdeBP
Aug 6 '18 at 7:56
Perhaps, but you have not grasped the concept that basic functionality should be intuitive and obvious when possible. Ask Steve Jobs. I don't want to be an expert on terminal emulators; I want to use one to do my job.
– Russ P.
Aug 6 '18 at 16:33
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f460422%2fhow-to-scroll-in-a-ubuntu-terminal-using-arrow-keys%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use ⇧ Shift + PgUp and ⇧ Shift + PgDown to scroll in most terminals. The addition of ⇧ Shift stops the keypress from being sent through the terminal to applications, as of course happens if you just press PgUp and PgDown unmodifed.
These must, moreover, be the PgUp and PgDown on the editing keypad, not the ones on the calculator keypad.
⇐ This is the editing keypad. If you have a laptop without a full 104/105/106/107/109-key keyboard, you will have to find its equivalent on your laptop keyboard, wherever that is.
I don't see why this was downvoted. OP asked for "scrolling using the arrow keys (or something equivalent)"
– Jesse_b
Aug 3 '18 at 21:43
1
shift + page up or page down does not work for me. It just prints a 3 or a 9
– Russ P.
Aug 3 '18 at 22:59
I was baffled by what you meant by the "cursor keypad," but I finally found pgup and pgdn keys above the calculator keyboard. And they do work when I use them with the shift key. That's progress. But it seems a bit strange that I should have to use the shift to make these keys do what their name says they do. Also, it would be nice to have finer control using the arrow keys. If not the default mode, it seems to me that there should at least be a way in the get that mode in the scrolling preferences.
– Russ P.
Aug 4 '18 at 17:36
add a comment |
You can use ⇧ Shift + PgUp and ⇧ Shift + PgDown to scroll in most terminals. The addition of ⇧ Shift stops the keypress from being sent through the terminal to applications, as of course happens if you just press PgUp and PgDown unmodifed.
These must, moreover, be the PgUp and PgDown on the editing keypad, not the ones on the calculator keypad.
⇐ This is the editing keypad. If you have a laptop without a full 104/105/106/107/109-key keyboard, you will have to find its equivalent on your laptop keyboard, wherever that is.
I don't see why this was downvoted. OP asked for "scrolling using the arrow keys (or something equivalent)"
– Jesse_b
Aug 3 '18 at 21:43
1
shift + page up or page down does not work for me. It just prints a 3 or a 9
– Russ P.
Aug 3 '18 at 22:59
I was baffled by what you meant by the "cursor keypad," but I finally found pgup and pgdn keys above the calculator keyboard. And they do work when I use them with the shift key. That's progress. But it seems a bit strange that I should have to use the shift to make these keys do what their name says they do. Also, it would be nice to have finer control using the arrow keys. If not the default mode, it seems to me that there should at least be a way in the get that mode in the scrolling preferences.
– Russ P.
Aug 4 '18 at 17:36
add a comment |
You can use ⇧ Shift + PgUp and ⇧ Shift + PgDown to scroll in most terminals. The addition of ⇧ Shift stops the keypress from being sent through the terminal to applications, as of course happens if you just press PgUp and PgDown unmodifed.
These must, moreover, be the PgUp and PgDown on the editing keypad, not the ones on the calculator keypad.
⇐ This is the editing keypad. If you have a laptop without a full 104/105/106/107/109-key keyboard, you will have to find its equivalent on your laptop keyboard, wherever that is.
You can use ⇧ Shift + PgUp and ⇧ Shift + PgDown to scroll in most terminals. The addition of ⇧ Shift stops the keypress from being sent through the terminal to applications, as of course happens if you just press PgUp and PgDown unmodifed.
These must, moreover, be the PgUp and PgDown on the editing keypad, not the ones on the calculator keypad.
⇐ This is the editing keypad. If you have a laptop without a full 104/105/106/107/109-key keyboard, you will have to find its equivalent on your laptop keyboard, wherever that is.
edited Aug 4 '18 at 18:50
JdeBP
33.5k469157
33.5k469157
answered Aug 3 '18 at 21:22
user302462
I don't see why this was downvoted. OP asked for "scrolling using the arrow keys (or something equivalent)"
– Jesse_b
Aug 3 '18 at 21:43
1
shift + page up or page down does not work for me. It just prints a 3 or a 9
– Russ P.
Aug 3 '18 at 22:59
I was baffled by what you meant by the "cursor keypad," but I finally found pgup and pgdn keys above the calculator keyboard. And they do work when I use them with the shift key. That's progress. But it seems a bit strange that I should have to use the shift to make these keys do what their name says they do. Also, it would be nice to have finer control using the arrow keys. If not the default mode, it seems to me that there should at least be a way in the get that mode in the scrolling preferences.
– Russ P.
Aug 4 '18 at 17:36
add a comment |
I don't see why this was downvoted. OP asked for "scrolling using the arrow keys (or something equivalent)"
– Jesse_b
Aug 3 '18 at 21:43
1
shift + page up or page down does not work for me. It just prints a 3 or a 9
– Russ P.
Aug 3 '18 at 22:59
I was baffled by what you meant by the "cursor keypad," but I finally found pgup and pgdn keys above the calculator keyboard. And they do work when I use them with the shift key. That's progress. But it seems a bit strange that I should have to use the shift to make these keys do what their name says they do. Also, it would be nice to have finer control using the arrow keys. If not the default mode, it seems to me that there should at least be a way in the get that mode in the scrolling preferences.
– Russ P.
Aug 4 '18 at 17:36
I don't see why this was downvoted. OP asked for "scrolling using the arrow keys (or something equivalent)"
– Jesse_b
Aug 3 '18 at 21:43
I don't see why this was downvoted. OP asked for "scrolling using the arrow keys (or something equivalent)"
– Jesse_b
Aug 3 '18 at 21:43
1
1
shift + page up or page down does not work for me. It just prints a 3 or a 9
– Russ P.
Aug 3 '18 at 22:59
shift + page up or page down does not work for me. It just prints a 3 or a 9
– Russ P.
Aug 3 '18 at 22:59
I was baffled by what you meant by the "cursor keypad," but I finally found pgup and pgdn keys above the calculator keyboard. And they do work when I use them with the shift key. That's progress. But it seems a bit strange that I should have to use the shift to make these keys do what their name says they do. Also, it would be nice to have finer control using the arrow keys. If not the default mode, it seems to me that there should at least be a way in the get that mode in the scrolling preferences.
– Russ P.
Aug 4 '18 at 17:36
I was baffled by what you meant by the "cursor keypad," but I finally found pgup and pgdn keys above the calculator keyboard. And they do work when I use them with the shift key. That's progress. But it seems a bit strange that I should have to use the shift to make these keys do what their name says they do. Also, it would be nice to have finer control using the arrow keys. If not the default mode, it seems to me that there should at least be a way in the get that mode in the scrolling preferences.
– Russ P.
Aug 4 '18 at 17:36
add a comment |
I just noticed another link on the side here called "How to scroll in a terminal by line in GNOME Terminal 2.31.3?". It turns out that you can use the arrow keys to scroll by holding down both shift and control! Who would have guessed?! So that gives me a workaround of sorts, but I think the arrow keys should work that way without having to hold down any other keys. Shouldn't have to jump through hoops just to get basic functionality. Just my opinion.
1
The basic functionality is of course for the key presses to be sent to the applications connected to the terminal as terminal input.
– JdeBP
Aug 5 '18 at 12:53
I consider scrolling to be "basic functionality." And while I greatly appreciate the help that I got at this site, I shouldn't have had to come to a help forum just to figure out how to scroll in a terminal. It should be intuitive. Apparently some users like to use the arrow keys to select previous commands, but I have always just used !!, !<start of previous command to be selected>, or the bash history command. In my opinion, basic line-by-line scrolling is more fundamental than repeating previous commands and should be the default behavior for the arrow keys or at least an option.
– Russ P.
Aug 5 '18 at 17:14
1
You have not grasped the fundamentals of what such a terminal emulator is. It emulates a terminal. Terminals (can) have arrow keys. Users expect to use them with applications and expect them to be transmitted as ordinary terminal input. They are not, in the normal case, local functions on (character-based) terminals.
– JdeBP
Aug 6 '18 at 7:56
Perhaps, but you have not grasped the concept that basic functionality should be intuitive and obvious when possible. Ask Steve Jobs. I don't want to be an expert on terminal emulators; I want to use one to do my job.
– Russ P.
Aug 6 '18 at 16:33
add a comment |
I just noticed another link on the side here called "How to scroll in a terminal by line in GNOME Terminal 2.31.3?". It turns out that you can use the arrow keys to scroll by holding down both shift and control! Who would have guessed?! So that gives me a workaround of sorts, but I think the arrow keys should work that way without having to hold down any other keys. Shouldn't have to jump through hoops just to get basic functionality. Just my opinion.
1
The basic functionality is of course for the key presses to be sent to the applications connected to the terminal as terminal input.
– JdeBP
Aug 5 '18 at 12:53
I consider scrolling to be "basic functionality." And while I greatly appreciate the help that I got at this site, I shouldn't have had to come to a help forum just to figure out how to scroll in a terminal. It should be intuitive. Apparently some users like to use the arrow keys to select previous commands, but I have always just used !!, !<start of previous command to be selected>, or the bash history command. In my opinion, basic line-by-line scrolling is more fundamental than repeating previous commands and should be the default behavior for the arrow keys or at least an option.
– Russ P.
Aug 5 '18 at 17:14
1
You have not grasped the fundamentals of what such a terminal emulator is. It emulates a terminal. Terminals (can) have arrow keys. Users expect to use them with applications and expect them to be transmitted as ordinary terminal input. They are not, in the normal case, local functions on (character-based) terminals.
– JdeBP
Aug 6 '18 at 7:56
Perhaps, but you have not grasped the concept that basic functionality should be intuitive and obvious when possible. Ask Steve Jobs. I don't want to be an expert on terminal emulators; I want to use one to do my job.
– Russ P.
Aug 6 '18 at 16:33
add a comment |
I just noticed another link on the side here called "How to scroll in a terminal by line in GNOME Terminal 2.31.3?". It turns out that you can use the arrow keys to scroll by holding down both shift and control! Who would have guessed?! So that gives me a workaround of sorts, but I think the arrow keys should work that way without having to hold down any other keys. Shouldn't have to jump through hoops just to get basic functionality. Just my opinion.
I just noticed another link on the side here called "How to scroll in a terminal by line in GNOME Terminal 2.31.3?". It turns out that you can use the arrow keys to scroll by holding down both shift and control! Who would have guessed?! So that gives me a workaround of sorts, but I think the arrow keys should work that way without having to hold down any other keys. Shouldn't have to jump through hoops just to get basic functionality. Just my opinion.
edited 1 hour ago
wjandrea
468413
468413
answered Aug 5 '18 at 3:23
Russ P.Russ P.
191
191
1
The basic functionality is of course for the key presses to be sent to the applications connected to the terminal as terminal input.
– JdeBP
Aug 5 '18 at 12:53
I consider scrolling to be "basic functionality." And while I greatly appreciate the help that I got at this site, I shouldn't have had to come to a help forum just to figure out how to scroll in a terminal. It should be intuitive. Apparently some users like to use the arrow keys to select previous commands, but I have always just used !!, !<start of previous command to be selected>, or the bash history command. In my opinion, basic line-by-line scrolling is more fundamental than repeating previous commands and should be the default behavior for the arrow keys or at least an option.
– Russ P.
Aug 5 '18 at 17:14
1
You have not grasped the fundamentals of what such a terminal emulator is. It emulates a terminal. Terminals (can) have arrow keys. Users expect to use them with applications and expect them to be transmitted as ordinary terminal input. They are not, in the normal case, local functions on (character-based) terminals.
– JdeBP
Aug 6 '18 at 7:56
Perhaps, but you have not grasped the concept that basic functionality should be intuitive and obvious when possible. Ask Steve Jobs. I don't want to be an expert on terminal emulators; I want to use one to do my job.
– Russ P.
Aug 6 '18 at 16:33
add a comment |
1
The basic functionality is of course for the key presses to be sent to the applications connected to the terminal as terminal input.
– JdeBP
Aug 5 '18 at 12:53
I consider scrolling to be "basic functionality." And while I greatly appreciate the help that I got at this site, I shouldn't have had to come to a help forum just to figure out how to scroll in a terminal. It should be intuitive. Apparently some users like to use the arrow keys to select previous commands, but I have always just used !!, !<start of previous command to be selected>, or the bash history command. In my opinion, basic line-by-line scrolling is more fundamental than repeating previous commands and should be the default behavior for the arrow keys or at least an option.
– Russ P.
Aug 5 '18 at 17:14
1
You have not grasped the fundamentals of what such a terminal emulator is. It emulates a terminal. Terminals (can) have arrow keys. Users expect to use them with applications and expect them to be transmitted as ordinary terminal input. They are not, in the normal case, local functions on (character-based) terminals.
– JdeBP
Aug 6 '18 at 7:56
Perhaps, but you have not grasped the concept that basic functionality should be intuitive and obvious when possible. Ask Steve Jobs. I don't want to be an expert on terminal emulators; I want to use one to do my job.
– Russ P.
Aug 6 '18 at 16:33
1
1
The basic functionality is of course for the key presses to be sent to the applications connected to the terminal as terminal input.
– JdeBP
Aug 5 '18 at 12:53
The basic functionality is of course for the key presses to be sent to the applications connected to the terminal as terminal input.
– JdeBP
Aug 5 '18 at 12:53
I consider scrolling to be "basic functionality." And while I greatly appreciate the help that I got at this site, I shouldn't have had to come to a help forum just to figure out how to scroll in a terminal. It should be intuitive. Apparently some users like to use the arrow keys to select previous commands, but I have always just used !!, !<start of previous command to be selected>, or the bash history command. In my opinion, basic line-by-line scrolling is more fundamental than repeating previous commands and should be the default behavior for the arrow keys or at least an option.
– Russ P.
Aug 5 '18 at 17:14
I consider scrolling to be "basic functionality." And while I greatly appreciate the help that I got at this site, I shouldn't have had to come to a help forum just to figure out how to scroll in a terminal. It should be intuitive. Apparently some users like to use the arrow keys to select previous commands, but I have always just used !!, !<start of previous command to be selected>, or the bash history command. In my opinion, basic line-by-line scrolling is more fundamental than repeating previous commands and should be the default behavior for the arrow keys or at least an option.
– Russ P.
Aug 5 '18 at 17:14
1
1
You have not grasped the fundamentals of what such a terminal emulator is. It emulates a terminal. Terminals (can) have arrow keys. Users expect to use them with applications and expect them to be transmitted as ordinary terminal input. They are not, in the normal case, local functions on (character-based) terminals.
– JdeBP
Aug 6 '18 at 7:56
You have not grasped the fundamentals of what such a terminal emulator is. It emulates a terminal. Terminals (can) have arrow keys. Users expect to use them with applications and expect them to be transmitted as ordinary terminal input. They are not, in the normal case, local functions on (character-based) terminals.
– JdeBP
Aug 6 '18 at 7:56
Perhaps, but you have not grasped the concept that basic functionality should be intuitive and obvious when possible. Ask Steve Jobs. I don't want to be an expert on terminal emulators; I want to use one to do my job.
– Russ P.
Aug 6 '18 at 16:33
Perhaps, but you have not grasped the concept that basic functionality should be intuitive and obvious when possible. Ask Steve Jobs. I don't want to be an expert on terminal emulators; I want to use one to do my job.
– Russ P.
Aug 6 '18 at 16:33
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f460422%2fhow-to-scroll-in-a-ubuntu-terminal-using-arrow-keys%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Which "Ubuntu terminal"? The choice of terminal emulators is in the double figures. Which one are you actually asking about?
– JdeBP
Aug 4 '18 at 8:18
1
I'm using GNOME terminal 3.28.1, the one that came "out of the box."
– Russ P.
Aug 4 '18 at 17:17
1
Several come "out of the box", a notion that has not very much meaning on a package-based operating system like Ubuntu in any event.
– JdeBP
Aug 4 '18 at 18:53
@JdeBP Gnome Terminal is the only terminal installed on the Ubuntu Desktop image.
– wjandrea
3 hours ago