<?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 for Andrew Brookins</title>
	<atom:link href="http://andrewbrookins.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewbrookins.com</link>
	<description></description>
	<lastBuildDate>Sun, 23 Oct 2011 06:08:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Instant Django Dev Environments with Tmux, Tmuxinator, and Virtualenvwrapper by Ctaloc</title>
		<link>http://andrewbrookins.com/tech/instant-django-dev-environments-with-tmux-tmuxinator-and-virtualenvwrapper/comment-page-1/#comment-2238</link>
		<dc:creator>Ctaloc</dc:creator>
		<pubDate>Sun, 23 Oct 2011 06:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://andrewbrookins.com/?p=440#comment-2238</guid>
		<description>Thanks mate, great article!</description>
		<content:encoded><![CDATA[<p>Thanks mate, great article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Even Better GNU Screen by Gergely Mészáros</title>
		<link>http://andrewbrookins.com/tech/even-better-gnu-screen/comment-page-1/#comment-701</link>
		<dc:creator>Gergely Mészáros</dc:creator>
		<pubDate>Mon, 13 Sep 2010 13:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://andrewbrookins.com/?p=271#comment-701</guid>
		<description>About persistent region caveat:
One can avoid double escaping (in nested screen) by setting up different escape key for master (parent) screen. For expl.:

$ screen -S window
(open your tasks and detach, ^ad)
$ screen -S master -e^ff 
$ screen -r window
(now you can set up your window layout normally)

* to detach (master) use ^fd
* to reattach use: screen -r master
layout should be persistent.</description>
		<content:encoded><![CDATA[<p>About persistent region caveat:<br />
One can avoid double escaping (in nested screen) by setting up different escape key for master (parent) screen. For expl.:</p>
<p>$ screen -S window<br />
(open your tasks and detach, ^ad)<br />
$ screen -S master -e^ff<br />
$ screen -r window<br />
(now you can set up your window layout normally)</p>
<p>* to detach (master) use ^fd<br />
* to reattach use: screen -r master<br />
layout should be persistent.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

