screen^a 등을 실행할 때

screen^a 등을 실행할 때

나는 터미널 세션에서 ^a(줄의 시작 부분으로 이동)와 같은 키보드 단축키를 사용하는 데 익숙합니다.

GNU "screen"을 실행하면(랩톱을 포장한 후 ssh 세션을 다시 시작할 수 있도록) ^a와 같은 여러 항목이 없는 것 같습니다. 또는 화면과 충돌합니다.

화면이 실행 중일 때 다시 나타나도록 하려면 어떻게 해야 합니까?

답변1

휴먼 스크린:

   ├─────────────────┼─────────────────┼─────────────────────┤
   │C-a a            │ (meta)          │ Send  the   command │
   │                 │                 │ character  (C-a) to │
   │                 │                 │ window. See  escape │
   │                 │                 │ command.            │
   ├─────────────────┼─────────────────┼─────────────────────┤

또는:

   -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.

관련 정보