<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/other/tags/vim</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 00:21:14 GMT</pubDate>
<item>
<title>(Other) Vim - Escape % in a Batch script on current line - jasonseney</title>
<link>http://snipplr.com/view/55603/vim--escape--in-a-batch-script-on-current-line/</link>
<description><![CDATA[ <p>Does a search and replace to make all % on the line %% (ignores any %'s already escaped)</p> ]]></description>
<pubDate>Thu, 23 Jun 2011 01:47:07 GMT</pubDate>
<guid>http://snipplr.com/view/55603/vim--escape--in-a-batch-script-on-current-line/</guid>
</item>
<item>
<title>(Other) Vim Refresh Safari Mapping - ChrisKempson</title>
<link>http://snipplr.com/view/47072/vim-refresh-safari-mapping/</link>
<description><![CDATA[ <p>Place this in your .vimrc and change `r to the mapping of your choice!</p> ]]></description>
<pubDate>Fri, 14 Jan 2011 01:42:32 GMT</pubDate>
<guid>http://snipplr.com/view/47072/vim-refresh-safari-mapping/</guid>
</item>
<item>
<title>(Other) My VimRC file - arnaudbrousseau</title>
<link>http://snipplr.com/view/45760/my-vimrc-file/</link>
<description><![CDATA[ <p>This is my .vimrc file. I'll try to keep it updated : each time I discover a new Vim trick, I'll put it there.</p> ]]></description>
<pubDate>Wed, 15 Dec 2010 09:02:51 GMT</pubDate>
<guid>http://snipplr.com/view/45760/my-vimrc-file/</guid>
</item>
<item>
<title>(Other) Remove all span tags in VIM - joshuatravis</title>
<link>http://snipplr.com/view/42637/remove-all-span-tags-in-vim/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 21 Oct 2010 03:19:09 GMT</pubDate>
<guid>http://snipplr.com/view/42637/remove-all-span-tags-in-vim/</guid>
</item>
<item>
<title>(Other) snipMate.vim - bjarniolsen</title>
<link>http://snipplr.com/view/41939/snipmatevim/</link>
<description><![CDATA[ <p>Snippets for HTML</p> ]]></description>
<pubDate>Sat, 09 Oct 2010 09:19:37 GMT</pubDate>
<guid>http://snipplr.com/view/41939/snipmatevim/</guid>
</item>
<item>
<title>(Other) NERDTree manual - bjarniolsen</title>
<link>http://snipplr.com/view/41853/nerdtree-manual/</link>
<description><![CDATA[ <p>Basic shortcuts</p> ]]></description>
<pubDate>Fri, 08 Oct 2010 19:44:29 GMT</pubDate>
<guid>http://snipplr.com/view/41853/nerdtree-manual/</guid>
</item>
<item>
<title>(Other) Vertical split files in Vim - bjarniolsen</title>
<link>http://snipplr.com/view/41674/vertical-split-files-in-vim/</link>
<description><![CDATA[ <p>Vertical splitview + Move between views</p> ]]></description>
<pubDate>Thu, 07 Oct 2010 01:01:46 GMT</pubDate>
<guid>http://snipplr.com/view/41674/vertical-split-files-in-vim/</guid>
</item>
<item>
<title>(Other) Multiple filetype for snipmate.vim - studiomohawk</title>
<link>http://snipplr.com/view/41134/multiple-filetype-for-snipmatevim/</link>
<description><![CDATA[ <p>One issue I ran into early on was wanting more than one filetype’s snippets available for a single file. In my case, I was editing a file with a .php extension, but it had a lot of HTML in it as well. Since the filetype is determined from the extension, I only had the snippets for PHP. To fix this, I added a file ~/.vim/ftdetect/php.vim, containing:\\r\\n\\r\\nWhen a file with an extension matching a filename in ftdetect is opened, its filetype can be changed to whatever is desired via a directive like the one above. The dot separating the filetypes allows for multiple formats to be made available at once.</p> ]]></description>
<pubDate>Wed, 29 Sep 2010 11:03:58 GMT</pubDate>
<guid>http://snipplr.com/view/41134/multiple-filetype-for-snipmatevim/</guid>
</item>
<item>
<title>(Other) How to share one vimrc file among multiple clients? - Stack Overflow - studiomohawk</title>
<link>http://snipplr.com/view/41115/how-to-share-one-vimrc-file-among-multiple-clients--stack-overflow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 29 Sep 2010 00:50:05 GMT</pubDate>
<guid>http://snipplr.com/view/41115/how-to-share-one-vimrc-file-among-multiple-clients--stack-overflow/</guid>
</item>
<item>
<title>(Other) indenting easy on Vim - alemani</title>
<link>http://snipplr.com/view/28688/indenting-easy-on-vim/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 21 Feb 2010 12:47:10 GMT</pubDate>
<guid>http://snipplr.com/view/28688/indenting-easy-on-vim/</guid>
</item>
<item>
<title>(Other) vim search and replace - berkes</title>
<link>http://snipplr.com/view/24568/vim-search-and-replace/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 10 Dec 2009 14:49:49 GMT</pubDate>
<guid>http://snipplr.com/view/24568/vim-search-and-replace/</guid>
</item>
<item>
<title>(Other) mvim help inside MacVim - dorseye</title>
<link>http://snipplr.com/view/21757/mvim-help-inside-macvim/</link>
<description><![CDATA[ <p>Launching MacVim from command line</p> ]]></description>
<pubDate>Sat, 24 Oct 2009 13:57:49 GMT</pubDate>
<guid>http://snipplr.com/view/21757/mvim-help-inside-macvim/</guid>
</item>
<item>
<title>(Other) setting temp vim tab width - tandouri</title>
<link>http://snipplr.com/view/18962/setting-temp-vim-tab-width/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 28 Aug 2009 09:15:57 GMT</pubDate>
<guid>http://snipplr.com/view/18962/setting-temp-vim-tab-width/</guid>
</item>
<item>
<title>(Other) Vim: Go to line # - dorseye</title>
<link>http://snipplr.com/view/18507/vim-go-to-line-/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Aug 2009 00:27:01 GMT</pubDate>
<guid>http://snipplr.com/view/18507/vim-go-to-line-/</guid>
</item>
<item>
<title>(Other) Vim: Read Only - dorseye</title>
<link>http://snipplr.com/view/18506/vim-read-only/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Aug 2009 00:26:22 GMT</pubDate>
<guid>http://snipplr.com/view/18506/vim-read-only/</guid>
</item>
<item>
<title>(Other) Edit GVIMRC - dorseye</title>
<link>http://snipplr.com/view/18505/edit-gvimrc/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Aug 2009 00:25:52 GMT</pubDate>
<guid>http://snipplr.com/view/18505/edit-gvimrc/</guid>
</item>
<item>
<title>(Other) Find matching text - dorseye</title>
<link>http://snipplr.com/view/18504/find-matching-text/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Aug 2009 00:25:23 GMT</pubDate>
<guid>http://snipplr.com/view/18504/find-matching-text/</guid>
</item>
<item>
<title>(Other) Remove hilighting for current search - dorseye</title>
<link>http://snipplr.com/view/18492/remove-hilighting-for-current-search/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Aug 2009 00:11:46 GMT</pubDate>
<guid>http://snipplr.com/view/18492/remove-hilighting-for-current-search/</guid>
</item>
<item>
<title>(Other) Uncomment multiple lines in Vim - dorseye</title>
<link>http://snipplr.com/view/18491/uncomment-multiple-lines-in-vim/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Aug 2009 00:10:41 GMT</pubDate>
<guid>http://snipplr.com/view/18491/uncomment-multiple-lines-in-vim/</guid>
</item>
<item>
<title>(Other) Search &amp;amp; Replace in Vim - dorseye</title>
<link>http://snipplr.com/view/18489/search--replace-in-vim/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Aug 2009 00:07:57 GMT</pubDate>
<guid>http://snipplr.com/view/18489/search--replace-in-vim/</guid>
</item>
</channel>
</rss>