Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   screen    ( 1 )

диспетчер экрана с эмуляцией терминала VT100 / ANSI (screen manager with VT100/ANSI terminal emulation)

Привязки ключей по умолчанию (Default key bindings)

As mentioned, each screen command consists of a "C-a" followed by
       one other character.  For your convenience, all commands that are
       bound to lower-case letters are also bound to their control
       character counterparts (with the exception of "C-a a"; see
       below), thus, "C-a c" as well as "C-a C-c" can be used to create
       a window. See section "CUSTOMIZATION" for a description of the
       command.

The following table shows the default key bindings. The trailing commas in boxes with multiple keystroke entries are separators, not part of the bindings.

──────────────────────────────────────────────────────── C-a ' (select) Prompt for a window name or number to switch to. ──────────────────────────────────────────────────────── C-a " (windowlist -b) Present a list of all windows for selection. ──────────────────────────────────────────────────────── C-a digit (select 0-9) Switch to window number 0 - 9 ──────────────────────────────────────────────────────── C-a - (select -) Switch to window number 0 - 9, or to the blank window. ──────────────────────────────────────────────────────── C-a tab (focus) Switch the input focus to the next region. See also split, remove, only. ──────────────────────────────────────────────────────── C-a C-a (other) Toggle to the window displayed previously. Note that this binding defaults to the command character typed twice, unless overridden. For instance, if you use the option "-e]x", this command becomes "]]". ──────────────────────────────────────────────────────── C-a a (meta) Send the command character (C-a) to window. See escape command. ────────────────────────────────────────────────────────

C-a A (title) Allow the user to enter a name for the current window. ──────────────────────────────────────────────────────── C-a b, (break) Send a break to C-a C-b window. ──────────────────────────────────────────────────────── C-a B (pow_break) Reopen the terminal line and send a break. ──────────────────────────────────────────────────────── C-a c, (screen) Create a new C-a C-c window with a shell and switch to that window. ──────────────────────────────────────────────────────── C-a C (clear) Clear the screen. ──────────────────────────────────────────────────────── C-a d, (detach) Detach screen from C-a C-d this terminal. ──────────────────────────────────────────────────────── C-a D D (pow_detach) Detach and logout. ──────────────────────────────────────────────────────── C-a f, (flow) Toggle flow on, C-a C-f off or auto. ──────────────────────────────────────────────────────── C-a F (fit) Resize the window to the current region size. ──────────────────────────────────────────────────────── C-a C-g (vbell) Toggles screen's visual bell mode. ──────────────────────────────────────────────────────── C-a h (hardcopy) Write a hardcopy of the current window to the file "hardcopy.n". ──────────────────────────────────────────────────────── C-a H (log) Begins/ends logging of the current window to the file "screenlog.n". ──────────────────────────────────────────────────────── C-a i, (info) Show info about C-a C-i this window. ──────────────────────────────────────────────────────── C-a k, (kill) Destroy current C-a C-k window. ──────────────────────────────────────────────────────── C-a l, (redisplay) Fully refresh C-a C-l current window. ──────────────────────────────────────────────────────── C-a L (login) Toggle this windows login slot. Available only if screen is configured to update the utmp database. ──────────────────────────────────────────────────────── C-a m, (lastmsg) Repeat the last C-a C-m message displayed in the message line. ────────────────────────────────────────────────────────

C-a M (monitor) Toggles monitoring of the current window. ──────────────────────────────────────────────────────── C-a space, (next) Switch to the next C-a n, window. C-a C-n ──────────────────────────────────────────────────────── C-a N (number) Show the number (and title) of the current window. ──────────────────────────────────────────────────────── C-a backspace, (prev) Switch to the C-a C-h, previous window C-a p, (opposite of C-a C-a C-p n). ──────────────────────────────────────────────────────── C-a q, (xon) Send a control-q C-a C-q to the current window. ──────────────────────────────────────────────────────── C-a Q (only) Delete all regions but the current one. See also split, remove, focus. ──────────────────────────────────────────────────────── C-a r, (wrap) Toggle the current C-a C-r window's line-wrap setting (turn the current window's automatic margins on and off). ──────────────────────────────────────────────────────── C-a s, (xoff) Send a control-s C-a C-s; to the current window. ──────────────────────────────────────────────────────── C-a S (split) Split the current region horizontally into two new ones. See also only, remove, focus. ──────────────────────────────────────────────────────── C-a t, (time) Show system C-a C-t information. ──────────────────────────────────────────────────────── C-a u, (parent) Switch to the C-a C-u parent window. ──────────────────────────────────────────────────────── C-a v (version) Display the version and compilation date. ──────────────────────────────────────────────────────── C-a C-v (digraph) Enter digraph. C-a w, (windows) Show a list of C-a C-w window. ──────────────────────────────────────────────────────── C-a W (width) Toggle 80/132 columns. ──────────────────────────────────────────────────────── C-a x or C-a C-x (lockscreen) Lock this terminal. ────────────────────────────────────────────────────────

C-a X (remove) Kill the current region. See also split, only, focus. ──────────────────────────────────────────────────────── C-a z, (suspend) Suspend screen. C-a C-z Your system must support BSD-style job-control. ──────────────────────────────────────────────────────── C-a Z (reset) Reset the virtual terminal to its "power-on" values. ──────────────────────────────────────────────────────── C-a . (dumptermcap) Write out a ".termcap" file. ──────────────────────────────────────────────────────── C-a ? (help) Show key bindings. ──────────────────────────────────────────────────────── C-a \ (quit) Kill all windows and terminate screen. ──────────────────────────────────────────────────────── C-a : (colon) Enter command line mode. ──────────────────────────────────────────────────────── C-a [, (copy) Enter C-a C-[, copy/scrollback C-a esc mode. ──────────────────────────────────────────────────────── C-a C-], (paste .) Write the contents C-a ] of the paste buffer to the stdin queue of the current window. ──────────────────────────────────────────────────────── C-a {, (history) Copy and paste a C-a } previous (command) line. ──────────────────────────────────────────────────────── C-a > (writebuf) Write paste buffer to a file. ──────────────────────────────────────────────────────── C-a < (readbuf) Reads the screen- exchange file into the paste buffer. ──────────────────────────────────────────────────────── C-a = (removebuf) Removes the file used by C-a < and C-a >. ──────────────────────────────────────────────────────── C-a , (license) Shows where screen comes from, where it went to and why you can use it. ──────────────────────────────────────────────────────── C-a _ (silence) Start/stop monitoring the current window for inactivity. ──────────────────────────────────────────────────────── C-a | (split -v) Split the current region vertically into two new ones. ────────────────────────────────────────────────────────

C-a * (displays) Show a listing of all currently attached displays. ────────────────────────────────────────────────────────