<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: screenrc &#8211; easy way to improve screen usability</title>
	<atom:link href="http://blog.jolexa.net/2009/11/30/screenrc-easy-way-to-improve-screen-usability/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jolexa.net/2009/11/30/screenrc-easy-way-to-improve-screen-usability/</link>
	<description>Random thoughts and rants...mostly Linux</description>
	<lastBuildDate>Mon, 08 Mar 2010 16:23:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Justin Riley</title>
		<link>http://blog.jolexa.net/2009/11/30/screenrc-easy-way-to-improve-screen-usability/comment-page-1/#comment-1588</link>
		<dc:creator>Justin Riley</dc:creator>
		<pubDate>Sat, 12 Dec 2009 19:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jolexa.net/?p=534#comment-1588</guid>
		<description>Screen is good, but tmux is better! :)

Wow, you can say that again! I can FINALLY detach and reattach without losing my window splits (not to mention the splitting behavior is much better) and the keybindings can be easily set to match screen....GENIUS!

~jtriley</description>
		<content:encoded><![CDATA[<p>Screen is good, but tmux is better! <img src='http://blog.jolexa.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Wow, you can say that again! I can FINALLY detach and reattach without losing my window splits (not to mention the splitting behavior is much better) and the keybindings can be easily set to match screen....GENIUS!</p>
<p>~jtriley</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raven</title>
		<link>http://blog.jolexa.net/2009/11/30/screenrc-easy-way-to-improve-screen-usability/comment-page-1/#comment-1444</link>
		<dc:creator>Raven</dc:creator>
		<pubDate>Wed, 02 Dec 2009 00:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jolexa.net/?p=534#comment-1444</guid>
		<description>What coincidence - tonight I uninstalled screen and replaced it with tmux on all my systems.</description>
		<content:encoded><![CDATA[<p>What coincidence - tonight I uninstalled screen and replaced it with tmux on all my systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viktor S</title>
		<link>http://blog.jolexa.net/2009/11/30/screenrc-easy-way-to-improve-screen-usability/comment-page-1/#comment-1436</link>
		<dc:creator>Viktor S</dc:creator>
		<pubDate>Tue, 01 Dec 2009 08:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jolexa.net/?p=534#comment-1436</guid>
		<description>Here&#039;s mine. I bind some F-keys to open/switch/rename windows, that makes screen even more user friendly in my opinion.


# skip the startup message
startup_message off

# Automatically detach on hangup.
autodetach on

# If a screen dies, don&#039;t freeze the whole screen waiting for it.
nonblock on

# UTF-8 is necessary.
defutf8 on

# Change default scrollback value for new windows
defscrollback 10000
# scrollback 10000

# start with visual bell as default
vbell off
vbell_msg &quot;Bell on %t (%n)&quot;

# look and feel
# caption always &quot;%3n %t%? @%u%?%? [%h]%?%=%c&quot;
# termcapinfo xterm &#039;hs:ts=\E]2;:fs=07:ds=\E]2;screen07&#039;
hardstatus alwaysignore
# hardstatus alwayslastline &#039;%{g}%-w%{b}%n %t%{-}%+w %&lt;%{kk}&#039;
hardstatus alwayslastline &#039;%{bk}%-w%&lt;%{gk}%n %t%{-}%+w %&lt;%{kk}&#039;



activity &quot;Activity in %t (%n)&quot;



bindkey -k k7 prev
bindkey -k k8 next
bindkey -k k9 title
bindkey -k k5 screen</description>
		<content:encoded><![CDATA[<p>Here's mine. I bind some F-keys to open/switch/rename windows, that makes screen even more user friendly in my opinion.</p>
<p># skip the startup message<br />
startup_message off</p>
<p># Automatically detach on hangup.<br />
autodetach on</p>
<p># If a screen dies, don't freeze the whole screen waiting for it.<br />
nonblock on</p>
<p># UTF-8 is necessary.<br />
defutf8 on</p>
<p># Change default scrollback value for new windows<br />
defscrollback 10000<br />
# scrollback 10000</p>
<p># start with visual bell as default<br />
vbell off<br />
vbell_msg "Bell on %t (%n)"</p>
<p># look and feel<br />
# caption always "%3n %t%? @%u%?%? [%h]%?%=%c"<br />
# termcapinfo xterm 'hs:ts=\E]2;:fs=07:ds=\E]2;screen07'<br />
hardstatus alwaysignore<br />
# hardstatus alwayslastline '%{g}%-w%{b}%n %t%{-}%+w %&lt;%{kk}&#039;<br />
hardstatus alwayslastline &#039;%{bk}%-w%&lt;%{gk}%n %t%{-}%+w %&lt;%{kk}&#039;</p>
<p>activity &quot;Activity in %t (%n)&quot;</p>
<p>bindkey -k k7 prev<br />
bindkey -k k8 next<br />
bindkey -k k9 title<br />
bindkey -k k5 screen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: livibetter</title>
		<link>http://blog.jolexa.net/2009/11/30/screenrc-easy-way-to-improve-screen-usability/comment-page-1/#comment-1432</link>
		<dc:creator>livibetter</dc:creator>
		<pubDate>Tue, 01 Dec 2009 03:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jolexa.net/?p=534#comment-1432</guid>
		<description>Screen is good, but tmux is better! :)</description>
		<content:encoded><![CDATA[<p>Screen is good, but tmux is better! <img src='http://blog.jolexa.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
