[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

tips for using "screen"?



On Fri, Jul 09 at 01:44PM +1000, Zenaan Harkness wrote:
> You need an app called "screen". I've only just started
> learning but it's way cool.

it is, indeed!

got any juicy tidbits you've picked up that the rest of us could
use? broadcast them here!

here's my latest ~/.screenrc



# .screenrc
hardstatus alwayslastline "%{km}%H%{mk} %{yb}%-Lw%{= yb}%50>%n%f* %t%{-}%+Lw%< %{gk}%-19=%C%a %D,%d %M "

bindkey -k k7 prev
bindkey -k k8 next
startup_message off

screen -t bash 2 bash
shelltitle '$ |bash'

screen -t mutt 1 mutt -y -e "push Od"



rather than explain them i'll send y'all to "man screen" so you
can learn other cool stuff and add to the mix. :)


-- 
I use Debian/GNU Linux version 3.0;
Linux boss 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i586 unknown
 
DEBIAN NEWBIE TIP #48 from Will Trillich <will@serensoft.com>
:
To peruse your CURRENT VIM SETTINGS (there's LOTS of them)
from within Vim, simply do
	:options
You can change them there, on-the-fly, as well. Type
"ctrl-W ctrl-W" to switch "panes" or "ctrl-W q" to close one.
Try ":help" to learn more.

Also see http://newbieDoc.sourceForge.net/ ...



Reply to: