defflow off
escape ^Gg
deflogin off
Why not Ctrl-A? Because I have thirteen years of neural wiring making me type Ctrl-A Ctrl-K if I want to go to the start of the line then kill to the end of the line (in both shell and emacs). This kills the window if you're using screen's default bindings. Think of it as a 1980s version of the problems caused by the proximity of Apple-Tab and Apple-Q
--Nat
Even safer - control backslash! (Score:2)
screen usage (Score:1)
I really suggest doing three things when using screen:
1. Having a screen number -> task convention (screen 0 is
editor, screen 1 is mail, etc..).
2. Using screen's bindkey to let you jump easily between the
various screens. I use the GTK-tabbed-view-compatible
alt-# convention.
3. Setting up a bindkey for MRU scr
Re:screen usage (Score:2)
Absolutely! It's the same f
Re:screen usage (Score:1)
terminal window is the client-server nature of screen. You
can have more than one screen client attach to a given
screen daemon. I leave a screen daemon running on my
machines for months, and detach when I leave the office,
then later ssh in from home and reattach. No X forwarding,
rdesktop, or VNC required -- just plain ssh, and I'm right
where I left off.
I browse use.perl.org from a w3m browser running inside a
more-or-less-permanent screen daemon on the se
Escape sequence (Score:1)