четверг, 30 января 2014 г.

Еще инсайты о скрине

Убить сессию снаружи со всеми окнами:
screen -S screen -X quit
Или изнутри
Ctrl+a :remove

-X command  -- послать снаружи скрину специальную команду

Ctrl-D  -- kill tab in Ubuntu



You can do it in screen the terminal multiplexer.
  • To split vertically: ctrla then |.
  • To split horizontally: ctrla then S (uppercase one).
  • To unsplit all: ctrla then Q (uppercase one).
  • To unsplit one: ctrla then X (uppercase one).
  • To switch from one to the other: ctrla then tab
Note: After splitting, you need to go into the new region and start a new session via ctrla then cbefore you can use that area.
EDIT, basic screen usage:
  • New terminal: ctrla then c.
  • Next terminal: ctrla then space.
  • Previous terminal: ctrla then backspace.
  • N'th terminal ctrla then [n](works for n∈{0,1…9})
  • Switch between terminals using list: ctrla then " (useful when more than 10 terminals)
  • Send ctrla to the underlying terminal ctrla then a.

Комментариев нет:

Отправить комментарий