<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: vimrc code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Fri, 25 Jul 2008 08:13:55 GMT</pubDate>
    <description>DZone Snippets: vimrc code</description>
    <item>
      <title>Linux - File vimrc</title>
      <link>http://snippets.dzone.com/posts/show/1522</link>
      <description>// Configurazione minima di VIM&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;syntax on&lt;br /&gt;&lt;br /&gt;set backspace=indent,eol,start&lt;br /&gt;set nocompatible " rende vim compatibile a vi&lt;br /&gt;&lt;br /&gt;set hlsearch&lt;br /&gt;set incsearch&lt;br /&gt;set autoindent&lt;br /&gt;set textwidth=0&lt;br /&gt;set ruler " fa apparire la posizione del cursore&lt;br /&gt;set history=50&lt;br /&gt;&lt;br /&gt;if has("autocmd") " permette il riconoscimento del linguaggio&lt;br /&gt;	filetype plugin indent on&lt;br /&gt;endif&lt;br /&gt;&lt;br /&gt;set showcmd&lt;br /&gt;set showmatch&lt;br /&gt;&lt;br /&gt;set nowrap&lt;br /&gt;&lt;br /&gt;colorscheme delek&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sat, 18 Feb 2006 07:22:37 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1522</guid>
      <author>whitetiger ()</author>
    </item>
  </channel>
</rss>
