<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ismailbay.at &#187; Linux</title>
	<atom:link href="http://www.ismailbay.at/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ismailbay.at</link>
	<description>Spielplatz von Ismail Bay</description>
	<lastBuildDate>Sat, 12 Feb 2011 19:33:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>meine .vimrc Datei</title>
		<link>http://www.ismailbay.at/2009/10/meine-vimrc-datei/</link>
		<comments>http://www.ismailbay.at/2009/10/meine-vimrc-datei/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 20:01:52 +0000</pubDate>
		<dc:creator>Ismail</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.ismailbay.at/?p=9</guid>
		<description><![CDATA[Dass vim sehr mächtig ist, wissen ja viele. Aber erst durch eine angepasste Konfigurationsdatei entfaltet vim seine Kräfte als Texteditor. Die folgende Liste ist nicht fürs Programmieren gedacht, da die ctags nicht konfiguriert sind. Sie erleichtert aber die Arbeit beim Editieren von Quelltexten bzw. Config-Dateien: set nocompatible syntax on set autoindent set hlsearch set ignorecase [...]]]></description>
			<content:encoded><![CDATA[<p>Dass <a title="vim online" href="http://www.vim.org/" target="_blank">vim</a> sehr mächtig ist, wissen ja viele. Aber erst durch eine angepasste Konfigurationsdatei entfaltet vim seine Kräfte als Texteditor.<br />
Die folgende Liste ist nicht fürs Programmieren gedacht, da die ctags nicht konfiguriert sind. Sie erleichtert aber die Arbeit beim Editieren von Quelltexten bzw. Config-Dateien:</p>
<pre>set nocompatible
syntax on
set autoindent
set hlsearch
set ignorecase
set incsearch
set laststatus=2
set number
set ruler
set shiftwidth=4
filetype on
set tabstop=4
set softtabstop=4
set backspace=2
set ai
set expandtab
set encoding=utf-8
colo pablo</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ismailbay.at/2009/10/meine-vimrc-datei/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

