<?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: Get a Full Screen Mac OS X Terminal Now with iTerm2</title>
	<atom:link href="http://osxdaily.com/2011/05/25/full-screen-command-line-terminal-mac-iterm2/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2011/05/25/full-screen-command-line-terminal-mac-iterm2/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Tue, 21 May 2013 16:47:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Brian Dunbar</title>
		<link>http://osxdaily.com/2011/05/25/full-screen-command-line-terminal-mac-iterm2/#comment-296982</link>
		<dc:creator>Brian Dunbar</dc:creator>
		<pubDate>Fri, 09 Dec 2011 16:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16420#comment-296982</guid>
		<description>I can access menu and dock in full screen - move the mouse up (or down) to the top (or bottom), the menu (or dock) pops out.

I&#039;m using build 1.0.0.20111020</description>
		<content:encoded><![CDATA[<p>I can access menu and dock in full screen &#8211; move the mouse up (or down) to the top (or bottom), the menu (or dock) pops out.</p>
<p>I&#8217;m using build 1.0.0.20111020</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JeffMo</title>
		<link>http://osxdaily.com/2011/05/25/full-screen-command-line-terminal-mac-iterm2/#comment-285989</link>
		<dc:creator>JeffMo</dc:creator>
		<pubDate>Fri, 25 Nov 2011 17:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16420#comment-285989</guid>
		<description>+1 for Thomas Edwards&#039; question -- how do I get rid of this annoying &#039;glide over&#039; effect? It&#039;s slow (possibly because its not HW accelerated? Not sure...guessing based on how janky it looks) and I&#039;d rather it just snap to fullscreen than this.</description>
		<content:encoded><![CDATA[<p>+1 for Thomas Edwards&#8217; question &#8212; how do I get rid of this annoying &#8216;glide over&#8217; effect? It&#8217;s slow (possibly because its not HW accelerated? Not sure&#8230;guessing based on how janky it looks) and I&#8217;d rather it just snap to fullscreen than this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Edwards</title>
		<link>http://osxdaily.com/2011/05/25/full-screen-command-line-terminal-mac-iterm2/#comment-278669</link>
		<dc:creator>Thomas Edwards</dc:creator>
		<pubDate>Wed, 16 Nov 2011 18:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16420#comment-278669</guid>
		<description>How do you get it so that when you go full-screen mode, it doesn&#039;t slowly &#039;glide over&#039; to a new desktop? I&#039;d like it to go in fullscreen mode AND be able to see the windows behind it, instantly, without the smooth gliding?</description>
		<content:encoded><![CDATA[<p>How do you get it so that when you go full-screen mode, it doesn&#8217;t slowly &#8216;glide over&#8217; to a new desktop? I&#8217;d like it to go in fullscreen mode AND be able to see the windows behind it, instantly, without the smooth gliding?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://osxdaily.com/2011/05/25/full-screen-command-line-terminal-mac-iterm2/#comment-258667</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 20 Oct 2011 13:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16420#comment-258667</guid>
		<description>any fix for this? I have the same problem...</description>
		<content:encoded><![CDATA[<p>any fix for this? I have the same problem&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nils Bolsen</title>
		<link>http://osxdaily.com/2011/05/25/full-screen-command-line-terminal-mac-iterm2/#comment-199364</link>
		<dc:creator>Nils Bolsen</dc:creator>
		<pubDate>Wed, 25 May 2011 21:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16420#comment-199364</guid>
		<description>you get can easily create your own Terminal.app with fullscreen mode. 

To be save make a copy of Terminal.app to work with.

1. cd /Applications/Utilities 
2. cp -r Terminal.app FullScreenTerminal.app
3. vi FullScreenTerminal.app/Contents/Info.plist 
enter LSUIPresentationMode4 right after the first 
4. open FullScreenTerminal.app 
done

You can change the default columns and rows (height/width) in the preferences. Mine are set to 202 and 70. 

To switch back to normal mode use 
sed -i -e &#039;/LSUIPresentationMode/s/4/0/&#039; /Applications/Utilities/FullScreenTerminal.app/Contents/Info.plist

For more info check http://developer.apple.com/library/mac/#documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-113616

Nils</description>
		<content:encoded><![CDATA[<p>you get can easily create your own Terminal.app with fullscreen mode. </p>
<p>To be save make a copy of Terminal.app to work with.</p>
<p>1. cd /Applications/Utilities<br />
2. cp -r Terminal.app FullScreenTerminal.app<br />
3. vi FullScreenTerminal.app/Contents/Info.plist<br />
enter LSUIPresentationMode4 right after the first<br />
4. open FullScreenTerminal.app<br />
done</p>
<p>You can change the default columns and rows (height/width) in the preferences. Mine are set to 202 and 70. </p>
<p>To switch back to normal mode use<br />
sed -i -e &#8216;/LSUIPresentationMode/s/4/0/&#8217; /Applications/Utilities/FullScreenTerminal.app/Contents/Info.plist</p>
<p>For more info check <a href="http://developer.apple.com/library/mac/#documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-113616" rel="nofollow">http://developer.apple.com/library/mac/#documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-113616</a></p>
<p>Nils</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: albinoz hack</title>
		<link>http://osxdaily.com/2011/05/25/full-screen-command-line-terminal-mac-iterm2/#comment-199342</link>
		<dc:creator>albinoz hack</dc:creator>
		<pubDate>Wed, 25 May 2011 20:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16420#comment-199342</guid>
		<description>nice, but cannot acces menu and dock from fullscreen is &quot;bof&quot;</description>
		<content:encoded><![CDATA[<p>nice, but cannot acces menu and dock from fullscreen is &#8220;bof&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Kusnier</title>
		<link>http://osxdaily.com/2011/05/25/full-screen-command-line-terminal-mac-iterm2/#comment-199328</link>
		<dc:creator>Sebastian Kusnier</dc:creator>
		<pubDate>Wed, 25 May 2011 19:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16420#comment-199328</guid>
		<description>I am prefer Visor.
It&#039;s a system-wide terminal on a hot-key.

I am not stick on the terminal all the time.
But if i need it i press CTRL,CTRL and the terminal opens like in Quake. Then CTRL,CTRL again an i can do my work in my previous application.

http://visor.binaryage.com/</description>
		<content:encoded><![CDATA[<p>I am prefer Visor.<br />
It&#8217;s a system-wide terminal on a hot-key.</p>
<p>I am not stick on the terminal all the time.<br />
But if i need it i press CTRL,CTRL and the terminal opens like in Quake. Then CTRL,CTRL again an i can do my work in my previous application.</p>
<p><a href="http://visor.binaryage.com/" rel="nofollow">http://visor.binaryage.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parakeet</title>
		<link>http://osxdaily.com/2011/05/25/full-screen-command-line-terminal-mac-iterm2/#comment-199317</link>
		<dc:creator>Parakeet</dc:creator>
		<pubDate>Wed, 25 May 2011 18:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16420#comment-199317</guid>
		<description>iTerm2 rocks</description>
		<content:encoded><![CDATA[<p>iTerm2 rocks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wallaby</title>
		<link>http://osxdaily.com/2011/05/25/full-screen-command-line-terminal-mac-iterm2/#comment-199289</link>
		<dc:creator>Wallaby</dc:creator>
		<pubDate>Wed, 25 May 2011 16:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=16420#comment-199289</guid>
		<description>Very nice! I wish they allowed bold fonts like Terminal.app does but otherwise this is much better.</description>
		<content:encoded><![CDATA[<p>Very nice! I wish they allowed bold fonts like Terminal.app does but otherwise this is much better.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.002 seconds using disk: basic
Object Caching 277/278 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-21 12:01:58 -->