<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>cogent free knowledge - OS X Desktop</title>
    <link>http://blog.edogg.com/</link>
    <description>An online compendium of all things that interest me.</description>
    <dc:language>en</dc:language>
    
    <generator>Serendipity 0.9.1 - http://www.s9y.org/</generator>
    <pubDate>Wed, 21 Jul 2004 22:18:27 GMT</pubDate>

    <image>
        <url>http://blog.edogg.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: cogent free knowledge - OS X Desktop - An online compendium of all things that interest me.</title>
        <link>http://blog.edogg.com/</link>
        <width>100</width>
        <height>21</height>
    </image>
<item>
    <title>How to fix the backspace keep in vim on OS X</title>
    <link>http://blog.edogg.com/index.php?/archives/19-How-to-fix-the-backspace-keep-in-vim-on-OS-X.html</link>
<category>OS X Desktop</category>    <comments>http://blog.edogg.com/index.php?/archives/19-How-to-fix-the-backspace-keep-in-vim-on-OS-X.html#comments</comments>
    <wfw:comment>http://blog.edogg.com/wfwcomment.php?cid=19</wfw:comment>
    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://blog.edogg.com/rss.php?version=2.0&amp;type=comments&amp;cid=19</wfw:commentRss>
    <author>nospam@example.com (JClermont)</author>
    <content:encoded>
This isn't really a desktop hint, but it's not applicable to the command line outside of OS X either. What am I to do? I didn't have a coin handy, so instead I whipped up a perl program to choose for me. (Not really, just my dry sense of humor leaking into my prose again).&lt;br /&gt;&lt;br /&gt;I've always experienced something frustrating when I'm on my Mac. I ssh into a Linux box, and try to use vim. The backspace key (oddly labelled &quot;delete&quot;, but it really is backspace) behaves like the delete key. I knew there was probably a really easy way to fix it, but never took the time to figure out exactly what that &quot;fix&quot; was . . . until tonight&lt;br /&gt;&lt;br /&gt;I did a quick google on some terms and happened across &lt;a href=&quot;http://blog.edogg.com/exit.php?url=aHR0cDovL2ZyeW1hc3Rlci5keW5kbnMub3JnL2FydGljbGUucGhwP3N0b3J5PTIwMDQwMzAyMjAyNzIxODMmbW9kZT1wcmludA==&amp;amp;entry_id=19&quot; title=&quot;http://frymaster.dyndns.org/article.php?story=2004030220272183&amp;mode=print&quot;  onmouseover=&quot;window.status='http://frymaster.dyndns.org/article.php?story=2004030220272183&amp;mode=print';return true;&quot; onmouseout=&quot;window.status='';return true;&quot; target=&quot;_new&quot;&gt;this very helpful article&lt;/a&gt;. The article itself is somewhat long-winded, and covers a number of other topics that didn't interest me, so I'll boil down the exact fix below . . .&lt;br /&gt;&lt;br /&gt;Find your vimrc file (mine was in /etc on RH ES 3), and open it up for editing. Drop down to the bottom of the file and add these three lines:&lt;br /&gt;&lt;br /&gt;&lt;i&gt;set backspace=indent,eol,start&lt;/i&gt;&lt;br /&gt;&quot; note that the following rval is made by hitting ctrl-v and then backspace...&lt;br /&gt;&quot; this remaps backspace to actualy BACKSPACE - not delete.&lt;br /&gt;&lt;i&gt;set t_kb=ctrl-vBACKSPACE&lt;/i&gt;&lt;br /&gt;&lt;i&gt;fixdel&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Those three simple lines made all the difference in the world.&lt;br /&gt;&lt;br /&gt;UPDATE: I just discovered that these settings do not apply if you are running the 'vimtutor' app. Not a big deal, but enough to drive me crazy. My solution was to manually make a copy of the tutor file in /usr/share/vim/vim62/tutor/ and just run 'vim tutor'.&lt;br /&gt;&lt;br /&gt;Posted under the influence of [[Arab Strap :: Leave the Day Free]]    </content:encoded>
                
    <pubDate>Tue, 15 Jun 2004 21:15:07 -0500</pubDate>
    <guid isPermaLink="false">http://blog.edogg.com/index.php?/archives/19-guid.html</guid>
    </item>
<item>
    <title>Play movies full screen in QuickTime Basic</title>
    <link>http://blog.edogg.com/index.php?/archives/10-Play-movies-full-screen-in-QuickTime-Basic.html</link>
<category>OS X Desktop</category>    <comments>http://blog.edogg.com/index.php?/archives/10-Play-movies-full-screen-in-QuickTime-Basic.html#comments</comments>
    <wfw:comment>http://blog.edogg.com/wfwcomment.php?cid=10</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.edogg.com/rss.php?version=2.0&amp;type=comments&amp;cid=10</wfw:commentRss>
    <author>nospam@example.com (JClermont)</author>
    <content:encoded>
I need to begin by saying that I credit this entire entry to an article located on &lt;a href=&quot;http://blog.edogg.com/exit.php?url=aHR0cDovL3d3dy54dnN4cC5jb20=&amp;amp;entry_id=10&quot; title=&quot;http://www.xvsxp.com&quot;  onmouseover=&quot;window.status='http://www.xvsxp.com';return true;&quot; onmouseout=&quot;window.status='';return true;&quot; target=&quot;_blank&quot;&gt;X vx. XP&lt;/a&gt;. I would have created just a &lt;a href=&quot;http://blog.edogg.com/exit.php?url=aHR0cDovL3d3dy54dnN4cC5jb20vc2NyaXB0YWJpbGl0eS9hcHBsZXNjcmlwdC8=&amp;amp;entry_id=10&quot; title=&quot;http://www.xvsxp.com/scriptability/applescript/&quot;  onmouseover=&quot;window.status='http://www.xvsxp.com/scriptability/applescript/';return true;&quot; onmouseout=&quot;window.status='';return true;&quot; target=&quot;_blank&quot;&gt;simple link to the article&lt;/a&gt;, and left the entry at that, but you never can be sure if content will remain online, or even in the same place.&lt;br /&gt;
&lt;br /&gt;
One of the most common complaints I have heard about Quicktime, whether it be on OS X or Windows, is that you need to shell out $30 to buy Quicktime Pro if &lt;a href=&quot;http://blog.edogg.com/exit.php?url=aHR0cDovL3d3dy5hcHBsZS5jb20vcXVpY2t0aW1lL2Rvd25sb2FkL3RoZWF0ZXIvZnVsbHNjcmVlbi5odG1s&amp;amp;entry_id=10&quot; title=&quot;http://www.apple.com/quicktime/download/theater/fullscreen.html&quot;  onmouseover=&quot;window.status='http://www.apple.com/quicktime/download/theater/fullscreen.html';return true;&quot; onmouseout=&quot;window.status='';return true;&quot; target=&quot;_blank&quot;&gt;you want to watch movies in full screen&lt;/a&gt;. I'm not a big Quicktime movie watcher, so this wasn't a real big concern to me. It did somewhat irritate me though, so I did some investigation. After no more than a minute on Google, I discovered the article I linked to above. Below is a very brief synopsis of the different methods to play movies on the free version of Quicktime in full-screen mode. Make sure to read the original article for all the details.&lt;br /&gt;
&lt;br /&gt;
Posted under the influence of [[Cowboy Junkies :: Waking After Midnight]]&lt;br /&gt;
&lt;hr /&gt;&lt;br /&gt;&lt;a href=&quot;http://blog.edogg.com/index.php?/archives/10-guid.html#extended&quot;&gt;Continue reading &quot;Play movies full screen in QuickTime Basic&quot;&lt;/a&gt;    </content:encoded>
                
    <pubDate>Fri,  7 May 2004 08:50:53 -0500</pubDate>
    <guid isPermaLink="false">http://blog.edogg.com/index.php?/archives/10-guid.html</guid>
    </item>
</channel>
</rss>
