^a etc when running screenSending input to a screen session from outsideSSH screen (CentOS) crashesCtrl-S doesn't work in rtorrent when accessed via screen. Can't start torrentsnohup, screen and tmux not working when closing connection on yocto linux (intel edison)running screen in a shell can't find sessions but running screen during ssh login canssh -> screen -> ssh - how to kill remote screened ssh without killing original ssh sessionHow can I use the host's keyboard for a 'remote' SSH session from a tablet computer?load all screen sessions in split screenresume gnuscreen with split areaScreen, or similar, for automatically resuming a flaky ssh connection
Was there ever an axiom rendered a theorem?
Ideas for 3rd eye abilities
How to make payment on the internet without leaving a money trail?
Copycat chess is back
Is there a name of the flying bionic bird?
Could a US political party gain complete control over the government by removing checks & balances?
A poker game description that does not feel gimmicky
Where to refill my bottle in India?
Is there a familial term for apples and pears?
New order #4: World
Finding files for which a command fails
Why do UK politicians seemingly ignore opinion polls on Brexit?
Patience, young "Padovan"
Re-submission of rejected manuscript without informing co-authors
How can I plot a Farey diagram?
What is GPS' 19 year rollover and does it present a cybersecurity issue?
What does 'script /dev/null' do?
COUNT(*) or MAX(id) - which is faster?
Does the average primeness of natural numbers tend to zero?
Can the Produce Flame cantrip be used to grapple, or as an unarmed strike, in the right circumstances?
What is it called when one voice type sings a 'solo'?
Why do we use polarized capacitors?
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
Unbreakable Formation vs. Cry of the Carnarium
^a etc when running screen
Sending input to a screen session from outsideSSH screen (CentOS) crashesCtrl-S doesn't work in rtorrent when accessed via screen. Can't start torrentsnohup, screen and tmux not working when closing connection on yocto linux (intel edison)running screen in a shell can't find sessions but running screen during ssh login canssh -> screen -> ssh - how to kill remote screened ssh without killing original ssh sessionHow can I use the host's keyboard for a 'remote' SSH session from a tablet computer?load all screen sessions in split screenresume gnuscreen with split areaScreen, or similar, for automatically resuming a flaky ssh connection
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm used to keyboard shortcuts like ^a (go to the beginning of the line) in a terminal session.
When I'm running GNU "screen" (so I can resume an ssh session after packing up my laptop), a bunch of those, such as ^a, don't seem to exist. Or conflict with screen's.
How can I get them, or something like that, back when running screen?
terminal gnu-screen
add a comment |
I'm used to keyboard shortcuts like ^a (go to the beginning of the line) in a terminal session.
When I'm running GNU "screen" (so I can resume an ssh session after packing up my laptop), a bunch of those, such as ^a, don't seem to exist. Or conflict with screen's.
How can I get them, or something like that, back when running screen?
terminal gnu-screen
add a comment |
I'm used to keyboard shortcuts like ^a (go to the beginning of the line) in a terminal session.
When I'm running GNU "screen" (so I can resume an ssh session after packing up my laptop), a bunch of those, such as ^a, don't seem to exist. Or conflict with screen's.
How can I get them, or something like that, back when running screen?
terminal gnu-screen
I'm used to keyboard shortcuts like ^a (go to the beginning of the line) in a terminal session.
When I'm running GNU "screen" (so I can resume an ssh session after packing up my laptop), a bunch of those, such as ^a, don't seem to exist. Or conflict with screen's.
How can I get them, or something like that, back when running screen?
terminal gnu-screen
terminal gnu-screen
asked Mar 28 at 17:46
Johannes ErnstJohannes Ernst
1185
1185
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
man screen:
├─────────────────┼─────────────────┼─────────────────────┤
│C-a a │ (meta) │ Send the command │
│ │ │ character (C-a) to │
│ │ │ window. See escape │
│ │ │ command. │
├─────────────────┼─────────────────┼─────────────────────┤
or:
-e xy
specifies the command character to be x and the character generat‐
ing a literal command character to y (when typed after the command
character). The default is "C-a" and `a', which can be specified
as "-e^Aa". When creating a screen session, this option sets the
default command character. In a multiuser session all users added
will start off with this command character. But when attaching to
an already running session, this option changes only the command
character of the attaching user. This option is equivalent to ei‐
ther the commands "defescape" or "escape" respectively.
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%2f509280%2fa-etc-when-running-screen%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
man screen:
├─────────────────┼─────────────────┼─────────────────────┤
│C-a a │ (meta) │ Send the command │
│ │ │ character (C-a) to │
│ │ │ window. See escape │
│ │ │ command. │
├─────────────────┼─────────────────┼─────────────────────┤
or:
-e xy
specifies the command character to be x and the character generat‐
ing a literal command character to y (when typed after the command
character). The default is "C-a" and `a', which can be specified
as "-e^Aa". When creating a screen session, this option sets the
default command character. In a multiuser session all users added
will start off with this command character. But when attaching to
an already running session, this option changes only the command
character of the attaching user. This option is equivalent to ei‐
ther the commands "defescape" or "escape" respectively.
add a comment |
man screen:
├─────────────────┼─────────────────┼─────────────────────┤
│C-a a │ (meta) │ Send the command │
│ │ │ character (C-a) to │
│ │ │ window. See escape │
│ │ │ command. │
├─────────────────┼─────────────────┼─────────────────────┤
or:
-e xy
specifies the command character to be x and the character generat‐
ing a literal command character to y (when typed after the command
character). The default is "C-a" and `a', which can be specified
as "-e^Aa". When creating a screen session, this option sets the
default command character. In a multiuser session all users added
will start off with this command character. But when attaching to
an already running session, this option changes only the command
character of the attaching user. This option is equivalent to ei‐
ther the commands "defescape" or "escape" respectively.
add a comment |
man screen:
├─────────────────┼─────────────────┼─────────────────────┤
│C-a a │ (meta) │ Send the command │
│ │ │ character (C-a) to │
│ │ │ window. See escape │
│ │ │ command. │
├─────────────────┼─────────────────┼─────────────────────┤
or:
-e xy
specifies the command character to be x and the character generat‐
ing a literal command character to y (when typed after the command
character). The default is "C-a" and `a', which can be specified
as "-e^Aa". When creating a screen session, this option sets the
default command character. In a multiuser session all users added
will start off with this command character. But when attaching to
an already running session, this option changes only the command
character of the attaching user. This option is equivalent to ei‐
ther the commands "defescape" or "escape" respectively.
man screen:
├─────────────────┼─────────────────┼─────────────────────┤
│C-a a │ (meta) │ Send the command │
│ │ │ character (C-a) to │
│ │ │ window. See escape │
│ │ │ command. │
├─────────────────┼─────────────────┼─────────────────────┤
or:
-e xy
specifies the command character to be x and the character generat‐
ing a literal command character to y (when typed after the command
character). The default is "C-a" and `a', which can be specified
as "-e^Aa". When creating a screen session, this option sets the
default command character. In a multiuser session all users added
will start off with this command character. But when attaching to
an already running session, this option changes only the command
character of the attaching user. This option is equivalent to ei‐
ther the commands "defescape" or "escape" respectively.
answered Mar 28 at 17:56
Ipor SircerIpor Sircer
11k11224
11k11224
add a comment |
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%2f509280%2fa-etc-when-running-screen%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
-gnu-screen, terminal