- Podzielenie okna:
- ctrl + a, shit + s (ew. wertykalnie shit + \)
- ctrl + a, TAB #przejście do okna
- Wyłączenie aktywnego podziału, nie sesji:
- ctrl + a, shit +x
- Przejście pomiedzy okienkami
- ctrl + a, n lub p
- Lista okien:
- ctrl + a, shift + ‘
- Wyłączenie wszystkiego
- ctrl + a, \
- Wyłączenie sesji screen z poziomu:
screen -ls
screen -X -S NUMER_SESJI quit
http://fosshelp.blogspot.in/2014/02/linux-screen-commands-for-developers.html
Konfig który używam:
startup_message off defscrollback 5000 termcapinfo xterm ti@:te@ termcapinfo xterm-color ti@:te@ hardstatus alwayslastline hardstatus string '%{gk}[%{G}%H%{g}][%= %{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}]%{=b C}[%m/%d/%y %C %A]%{W}' vbell off shell -$SHELL logtstamp on logtstamp after 1
No Comments