<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using vim Buffers and Marks for Efficient Code Editing</title>
	<atom:link href="http://dataplex.org/blog/2009/06/using-vim-buffers-and-marks-for-efficient-code-editing/feed/" rel="self" type="application/rss+xml" />
	<link>http://dataplex.org/blog/2009/06/using-vim-buffers-and-marks-for-efficient-code-editing/</link>
	<description>Web Development, Network Administration, Informaton Security</description>
	<lastBuildDate>Wed, 13 Jul 2011 20:53:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sérgio Luiz Araújo Silva</title>
		<link>http://dataplex.org/blog/2009/06/using-vim-buffers-and-marks-for-efficient-code-editing/comment-page-1/#comment-25</link>
		<dc:creator>Sérgio Luiz Araújo Silva</dc:creator>
		<pubDate>Tue, 01 Sep 2009 17:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://dataplex.org/blog/?p=195#comment-25</guid>
		<description>Buffers
Ctrl-6 ............. alternate file --&gt; see :h alternate-file

Normal mode
mA ................. global mark access all docs
`A ................. link to global mark
gv ................. repeat last visual mode
gi ................. start insert mode in last edition position

set path and...

Ctrl-w-f  .......... open file under cursor
[i ................. show lines with
gd ................. go to definition

insert mode
Ctrl-y ............. repeat line above char by char
Ctrl-e ............. repeat line below char by char
Ctrl-x Ctrl-l ...... repeat whole line
Ctrl-t ............. indent line
Ctrl-d ............. remove indent line

Windows
Ctrl-w-n ........... open new window


meny tips: 
http://www.slideshare.net/ZendCon/vim-for-php-programmers-presentation 

despite being directed to php this slide is an excelent document!

other directed to python:
http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/

Vim best tips:
http://rayninfo.co.uk/vimtips.html

Snippets great!
http://www.vimeo.com/3535418

Even more!</description>
		<content:encoded><![CDATA[<p>Buffers<br />
Ctrl-6 &#8230;&#8230;&#8230;&#8230;. alternate file &#8211;&gt; see :h alternate-file</p>
<p>Normal mode<br />
mA &#8230;&#8230;&#8230;&#8230;&#8230;.. global mark access all docs<br />
`A &#8230;&#8230;&#8230;&#8230;&#8230;.. link to global mark<br />
gv &#8230;&#8230;&#8230;&#8230;&#8230;.. repeat last visual mode<br />
gi &#8230;&#8230;&#8230;&#8230;&#8230;.. start insert mode in last edition position</p>
<p>set path and&#8230;</p>
<p>Ctrl-w-f  &#8230;&#8230;&#8230;. open file under cursor<br />
[i &#8230;&#8230;&#8230;&#8230;&#8230;.. show lines with<br />
gd &#8230;&#8230;&#8230;&#8230;&#8230;.. go to definition</p>
<p>insert mode<br />
Ctrl-y &#8230;&#8230;&#8230;&#8230;. repeat line above char by char<br />
Ctrl-e &#8230;&#8230;&#8230;&#8230;. repeat line below char by char<br />
Ctrl-x Ctrl-l &#8230;&#8230; repeat whole line<br />
Ctrl-t &#8230;&#8230;&#8230;&#8230;. indent line<br />
Ctrl-d &#8230;&#8230;&#8230;&#8230;. remove indent line</p>
<p>Windows<br />
Ctrl-w-n &#8230;&#8230;&#8230;.. open new window</p>
<p>meny tips:<br />
<a href="http://www.slideshare.net/ZendCon/vim-for-php-programmers-presentation" rel="nofollow">http://www.slideshare.net/ZendCon/vim-for-php-programmers-presentation</a> </p>
<p>despite being directed to php this slide is an excelent document!</p>
<p>other directed to python:<br />
<a href="http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/" rel="nofollow">http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/</a></p>
<p>Vim best tips:<br />
<a href="http://rayninfo.co.uk/vimtips.html" rel="nofollow">http://rayninfo.co.uk/vimtips.html</a></p>
<p>Snippets great!<br />
<a href="http://www.vimeo.com/3535418" rel="nofollow">http://www.vimeo.com/3535418</a></p>
<p>Even more!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

