screen
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
screen [2009/04/10 07:52] – k2patel | screen [2009/04/11 04:51] – jt | ||
---|---|---|---|
Line 64: | Line 64: | ||
Search is a very useful feature. For example, you could run a script and search for keywords in the output (such as Error), without having to redirect the output. | Search is a very useful feature. For example, you could run a script and search for keywords in the output (such as Error), without having to redirect the output. | ||
+ | |||
+ | === Screen Profile === | ||
+ | This is a decent screen profile I use on my machines. | ||
+ | |||
+ | <code bash | .screenrc> | ||
+ | |||
+ | hardstatus alwayslastline "%H Screen(s): %{b}%w %=%{kG}%C%A | ||
+ | |||
+ | startup_message off | ||
+ | defscrollback 5000 | ||
+ | msgwait 1 | ||
+ | |||
+ | bindkey -k k1 select 1 | ||
+ | bindkey -k k2 select 2 | ||
+ | bindkey -k k3 select 3 | ||
+ | bindkey -k k4 select 4 | ||
+ | |||
+ | bindkey -k k5 screen | ||
+ | bindkey -k k6 title | ||
+ | bindkey -k k7 prev | ||
+ | bindkey -k k8 next | ||
+ | bindkey -k k9 detach | ||
+ | |||
+ | </ |
screen.txt · Last modified: 2020/08/10 02:35 by 127.0.0.1