Terminal short cut to toggle scroll on output

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
When developing I faced the situation, where I want to quickly enable / disable the "scroll on output" setting from the Terminal.
Does such a shortcut exist (while being in the Terminal context) or is it possible to "record" a shortcut for such a toggle action?
command-line shortcut-keys
add a comment |Â
up vote
1
down vote
favorite
When developing I faced the situation, where I want to quickly enable / disable the "scroll on output" setting from the Terminal.
Does such a shortcut exist (while being in the Terminal context) or is it possible to "record" a shortcut for such a toggle action?
command-line shortcut-keys
Do you mean pressing Ctrl+s to freeze scrolling, and Ctrl+q to resume? or pipe commands tomore?
â Fabby
Mar 23 at 13:43
Freeze / resume is what I looked for. Where did you find documentation about these commands?
â Jankapunkt
Mar 23 at 13:45
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
When developing I faced the situation, where I want to quickly enable / disable the "scroll on output" setting from the Terminal.
Does such a shortcut exist (while being in the Terminal context) or is it possible to "record" a shortcut for such a toggle action?
command-line shortcut-keys
When developing I faced the situation, where I want to quickly enable / disable the "scroll on output" setting from the Terminal.
Does such a shortcut exist (while being in the Terminal context) or is it possible to "record" a shortcut for such a toggle action?
command-line shortcut-keys
command-line shortcut-keys
asked Mar 23 at 13:02
Jankapunkt
1674
1674
Do you mean pressing Ctrl+s to freeze scrolling, and Ctrl+q to resume? or pipe commands tomore?
â Fabby
Mar 23 at 13:43
Freeze / resume is what I looked for. Where did you find documentation about these commands?
â Jankapunkt
Mar 23 at 13:45
add a comment |Â
Do you mean pressing Ctrl+s to freeze scrolling, and Ctrl+q to resume? or pipe commands tomore?
â Fabby
Mar 23 at 13:43
Freeze / resume is what I looked for. Where did you find documentation about these commands?
â Jankapunkt
Mar 23 at 13:45
Do you mean pressing Ctrl+s to freeze scrolling, and Ctrl+q to resume? or pipe commands to
more?â Fabby
Mar 23 at 13:43
Do you mean pressing Ctrl+s to freeze scrolling, and Ctrl+q to resume? or pipe commands to
more?â Fabby
Mar 23 at 13:43
Freeze / resume is what I looked for. Where did you find documentation about these commands?
â Jankapunkt
Mar 23 at 13:45
Freeze / resume is what I looked for. Where did you find documentation about these commands?
â Jankapunkt
Mar 23 at 13:45
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
If you're looking to just freeze / resume the output of the terminal, just use Ctrl+S to Stop output and Ctrl+Q to Quit stopping the output...
It's basic bash keyboard handling...
:-)
1
Thank you, I did not thought of looking at external resources but makes sense since bash is used beyond Ubuntu.
â Jankapunkt
Mar 23 at 13:53
YW. Favour returned: Question upvoted. Us oldsters take a lot for granted. Have a loot at Shift+PgUp and Shift+PgDn as well... :-)
â Fabby
Mar 23 at 14:03
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
If you're looking to just freeze / resume the output of the terminal, just use Ctrl+S to Stop output and Ctrl+Q to Quit stopping the output...
It's basic bash keyboard handling...
:-)
1
Thank you, I did not thought of looking at external resources but makes sense since bash is used beyond Ubuntu.
â Jankapunkt
Mar 23 at 13:53
YW. Favour returned: Question upvoted. Us oldsters take a lot for granted. Have a loot at Shift+PgUp and Shift+PgDn as well... :-)
â Fabby
Mar 23 at 14:03
add a comment |Â
up vote
1
down vote
accepted
If you're looking to just freeze / resume the output of the terminal, just use Ctrl+S to Stop output and Ctrl+Q to Quit stopping the output...
It's basic bash keyboard handling...
:-)
1
Thank you, I did not thought of looking at external resources but makes sense since bash is used beyond Ubuntu.
â Jankapunkt
Mar 23 at 13:53
YW. Favour returned: Question upvoted. Us oldsters take a lot for granted. Have a loot at Shift+PgUp and Shift+PgDn as well... :-)
â Fabby
Mar 23 at 14:03
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
If you're looking to just freeze / resume the output of the terminal, just use Ctrl+S to Stop output and Ctrl+Q to Quit stopping the output...
It's basic bash keyboard handling...
:-)
If you're looking to just freeze / resume the output of the terminal, just use Ctrl+S to Stop output and Ctrl+Q to Quit stopping the output...
It's basic bash keyboard handling...
:-)
answered Mar 23 at 13:51
Fabby
24.3k1352153
24.3k1352153
1
Thank you, I did not thought of looking at external resources but makes sense since bash is used beyond Ubuntu.
â Jankapunkt
Mar 23 at 13:53
YW. Favour returned: Question upvoted. Us oldsters take a lot for granted. Have a loot at Shift+PgUp and Shift+PgDn as well... :-)
â Fabby
Mar 23 at 14:03
add a comment |Â
1
Thank you, I did not thought of looking at external resources but makes sense since bash is used beyond Ubuntu.
â Jankapunkt
Mar 23 at 13:53
YW. Favour returned: Question upvoted. Us oldsters take a lot for granted. Have a loot at Shift+PgUp and Shift+PgDn as well... :-)
â Fabby
Mar 23 at 14:03
1
1
Thank you, I did not thought of looking at external resources but makes sense since bash is used beyond Ubuntu.
â Jankapunkt
Mar 23 at 13:53
Thank you, I did not thought of looking at external resources but makes sense since bash is used beyond Ubuntu.
â Jankapunkt
Mar 23 at 13:53
YW. Favour returned: Question upvoted. Us oldsters take a lot for granted. Have a loot at Shift+PgUp and Shift+PgDn as well... :-)
â Fabby
Mar 23 at 14:03
YW. Favour returned: Question upvoted. Us oldsters take a lot for granted. Have a loot at Shift+PgUp and Shift+PgDn as well... :-)
â Fabby
Mar 23 at 14:03
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1018542%2fterminal-short-cut-to-toggle-scroll-on-output%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
Do you mean pressing Ctrl+s to freeze scrolling, and Ctrl+q to resume? or pipe commands to
more?â Fabby
Mar 23 at 13:43
Freeze / resume is what I looked for. Where did you find documentation about these commands?
â Jankapunkt
Mar 23 at 13:45