<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>ryan.sh</title><link href="http://ryan.sh/" rel="alternate"></link><link href="http://ryan.sh/feeds/video.atom.xml" rel="self"></link><id>http://ryan.sh/</id><updated>2010-03-14T17:27:00-04:00</updated><entry><title>If You Think You Need Some Lovin’</title><link href="http://ryan.sh/2010/03/14/pomplamoose/" rel="alternate"></link><published>2010-03-14T17:27:00-04:00</published><updated>2010-03-14T17:27:00-04:00</updated><author><name>Ryan Witt</name></author><id>tag:ryan.sh,2010-03-14:2010/03/14/pomplamoose/</id><summary type="html">&lt;p&gt;Pomplamoose is a band containing Nataly Dawn and Jack Conte. I think I have a crush on&amp;nbsp;them.&lt;/p&gt;
&lt;iframe width="500" height="281"  id="youtube_iframe" src="https://www.youtube.com/embed/z9KMgg7T_sg?feature=oembed&amp;amp;enablejsapi=1&amp;amp;origin=http://safe.txmblr.com&amp;amp;wmode=opaque" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;</summary></entry><entry><title>Vim Tips and Tricks</title><link href="http://ryan.sh/2010/02/16/fastsoft-vim-speedup/" rel="alternate"></link><published>2010-02-16T12:28:00-05:00</published><updated>2010-02-16T12:28:00-05:00</updated><author><name>Ryan Witt</name></author><id>tag:ryan.sh,2010-02-16:2010/02/16/fastsoft-vim-speedup/</id><summary type="html">&lt;p&gt;The FastSoft engineers often give presentations to bring each-other up to date on technical issues. These presentations are appropriately called &amp;#8220;speedups&amp;#8221; (get it? fastsoft? speedups? har har). This speedup, given by &lt;a href="https://twitter.com/kriskowal"&gt;@kriskowal&lt;/a&gt;, is a tricks and tips discussion on his favorite editor,&amp;nbsp;vim.&lt;/p&gt;
&lt;p&gt;&lt;span class="dquo"&gt;&amp;#8220;&lt;/span&gt;Slides&amp;#8221; for this&amp;nbsp;presentation:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;^w hjkl move to windows

^w HJKL move windows

^w +- horizontal resize
^w = even splits
^w10&amp;amp;lt;&amp;amp;gt; vertical resize

O
I  ia  A
o

gg
0     ^      $
G

{
}

:!

   /----------------------\
   |:e :e# :vs :sp ^w hjkl|
   |:e :e# :vs :sp ^w hjkl|
   |:e :e# :vs :sp ^w hjkl|
   |:e :e# :vs :sp ^w hjkl|
   \----------------------/

:n :N

Vv^V o
&amp;amp;gt;&amp;amp;gt; &amp;amp;lt;&amp;amp;lt;
=
:set et sw ts
:!expand unexpand
gq
:set ve=all
comment/uncomment
:set incsearch n N
:noh
:set tw

highlight OverLength ctermbg=red ctermfg=white guibg=red guifg=white
match OverLength &amp;#39;\%78v.*&amp;#39;

:set modeline
:set wrap lbr number
/ n .
&lt;/pre&gt;&lt;/div&gt;


&lt;iframe src="https://player.vimeo.com/video/9474607?title=0&amp;byline=0&amp;portrait=0" width="500" height="281" frameborder="0" title="FastSoft Vim Tips and Tricks Discussion" webkitallowfullscreen mozallowfullscreen allowfullscreen&gt;&lt;/iframe&gt;</summary><category term="discussion"></category><category term="fastsoft"></category><category term="speedup"></category><category term="vim"></category><category term="code"></category></entry></feed>