<?xml version="1.0" encoding="UTF-8"?>
<posts type="array">
  <post>
    <checksum>aa9c3dc4513db7b26b64a176feeb4c09</checksum>
    <content>Assuming you use zsh, do you use vi or emacs keybindings?  I've always
used emacs but just tried bindkey -v for the first time...I think that
might be a harder switch than changing editors.</content>
    <content-html>&lt;p&gt;Assuming you use zsh, do you use vi or emacs keybindings?  I've always
used emacs but just tried bindkey -v for the first time&amp;hellip;I think that
might be a harder switch than changing editors.&lt;/p&gt;
</content-html>
    <created-at type="datetime">2008-12-03T03:30:04Z</created-at>
    <deleted-at type="datetime" nil="true"></deleted-at>
    <id type="integer">68</id>
    <page-views type="integer">580</page-views>
    <person-id type="integer">1</person-id>
    <site-id type="integer">465</site-id>
    <title>bindkey -v ?</title>
    <updated-at type="datetime">2010-03-11T13:25:12Z</updated-at>
  </post>
  <post>
    <checksum>c0c5141aaf95a6322738f2bc5f8d2955</checksum>
    <content>Edit /Applications/Firefox.app/Contents/MacOS/searchplugins/google.xml and add

    &lt;Param name=&quot;esrch&quot; value=&quot;BetaShortcuts&quot;/&gt;

in the Url block...then when you use the firefox search bar, you can
use J/K to navigate the search results, O or Enter to open a result
(wish there was a key to open it in a new tab), / to return to the
search box, Esc to leave the search box.</content>
    <content-html>&lt;p&gt;Edit /Applications/Firefox.app/Contents/MacOS/searchplugins/google.xml and add&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;Param name=&quot;esrch&quot; value=&quot;BetaShortcuts&quot;/&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;in the Url block&amp;hellip;then when you use the firefox search bar, you can
use J/K to navigate the search results, O or Enter to open a result
(wish there was a key to open it in a new tab), / to return to the
search box, Esc to leave the search box.&lt;/p&gt;
</content-html>
    <created-at type="datetime">2008-11-25T14:24:10Z</created-at>
    <deleted-at type="datetime" nil="true"></deleted-at>
    <id type="integer">65</id>
    <page-views type="integer">1118</page-views>
    <person-id type="integer">1</person-id>
    <site-id type="integer">465</site-id>
    <title>Google search with vi keyboard shortcuts</title>
    <updated-at type="datetime">2010-03-11T08:15:40Z</updated-at>
  </post>
  <post>
    <checksum>d0acb21483e46961927edc621835f49e</checksum>
    <content>How can I get vim tab completion to stop at the longest match instead
of cycling through full matches?

If that didn't make any sense: if I have files
CommentViewController.[hm], CommentMenuViewController.[hm],
CommentSource.[hm], CommentSourcePerson.[hm], etc., right now if I do

:find Com(TAB) it will display :find CommentSource.m.  Pressing tab
again cycles through all of these.

I want it to display :find Comment and then I can add more characters
and press tab again.

Answer:

set wildmode=longest,list

For more information, :help wildmode.</content>
    <content-html>&lt;p&gt;How can I get vim tab completion to stop at the longest match instead
of cycling through full matches?&lt;/p&gt;

&lt;p&gt;If that didn&amp;rsquo;t make any sense: if I have files
CommentViewController.[hm], CommentMenuViewController.[hm],
CommentSource.[hm], CommentSourcePerson.[hm], etc., right now if I do&lt;/p&gt;

&lt;p&gt;:find Com(TAB) it will display :find CommentSource.m.  Pressing tab
again cycles through all of these.&lt;/p&gt;

&lt;p&gt;I want it to display :find Comment and then I can add more characters
and press tab again.&lt;/p&gt;

&lt;p&gt;Answer:&lt;/p&gt;

&lt;p&gt;set wildmode=longest,list&lt;/p&gt;

&lt;p&gt;For more information, :help wildmode.&lt;/p&gt;
</content-html>
    <created-at type="datetime">2008-11-05T16:31:35Z</created-at>
    <deleted-at type="datetime" nil="true"></deleted-at>
    <id type="integer">62</id>
    <page-views type="integer">2715</page-views>
    <person-id type="integer">1</person-id>
    <site-id type="integer">465</site-id>
    <title>vim tab completion</title>
    <updated-at type="datetime">2010-03-11T16:26:05Z</updated-at>
  </post>
</posts>
