<?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/tags/vim</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 22:41:46 GMT</pubDate>
<item>
<title>(Regular Expression) Remove Blank Lines in VI/VIM - jasonpottergmailcom</title>
<link>http://snipplr.com/view/62758/remove-blank-lines-in-vivim/</link>
<description><![CDATA[ <p>Here is a common Regex I use to remove all blank lines in a file using VIM</p> ]]></description>
<pubDate>Wed, 25 Jan 2012 02:24:54 GMT</pubDate>
<guid>http://snipplr.com/view/62758/remove-blank-lines-in-vivim/</guid>
</item>
<item>
<title>(Bash) Usar VIM com zen-coding em arquivos .less - shadow_d2</title>
<link>http://snipplr.com/view/58991/usar-vim-com-zencoding-em-arquivos-less/</link>
<description><![CDATA[ <p>Salvar o código no arquivo .vimrc</p> ]]></description>
<pubDate>Fri, 23 Sep 2011 02:13:31 GMT</pubDate>
<guid>http://snipplr.com/view/58991/usar-vim-com-zencoding-em-arquivos-less/</guid>
</item>
<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>(ASP) Shortcut to VimRC file - inreflection7</title>
<link>http://snipplr.com/view/53879/shortcut-to-vimrc-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 20 May 2011 23:17:20 GMT</pubDate>
<guid>http://snipplr.com/view/53879/shortcut-to-vimrc-file/</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>(CSS) ZenCoding tutorial - bjarniolsen</title>
<link>http://snipplr.com/view/41899/zencoding-tutorial/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 Oct 2010 00:16:09 GMT</pubDate>
<guid>http://snipplr.com/view/41899/zencoding-tutorial/</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>(Textpattern) vim modelines - sukantahazra</title>
<link>http://snipplr.com/view/28957/vim-modelines/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 26 Feb 2010 08:47:16 GMT</pubDate>
<guid>http://snipplr.com/view/28957/vim-modelines/</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>(Bash) vim search and replace - wdso</title>
<link>http://snipplr.com/view/26508/vim-search-and-replace/</link>
<description><![CDATA[ <p>Howto search and replace in vim when editing a file.</p> ]]></description>
<pubDate>Fri, 15 Jan 2010 10:30:16 GMT</pubDate>
<guid>http://snipplr.com/view/26508/vim-search-and-replace/</guid>
</item>
<item>
<title>(Bash) display embeded comments for every --opt, usefull for auto documenting your script - syladmin</title>
<link>http://snipplr.com/view/25059/display-embeded-comments-for-every-opt-usefull-for-auto-documenting-your-script/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 19 Dec 2009 03:30:25 GMT</pubDate>
<guid>http://snipplr.com/view/25059/display-embeded-comments-for-every-opt-usefull-for-auto-documenting-your-script/</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>
</channel>
</rss>