<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://hawsedc.com/thomas/index.php?action=history&amp;feed=atom&amp;title=Vi</id>
	<title>Vi - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://hawsedc.com/thomas/index.php?action=history&amp;feed=atom&amp;title=Vi"/>
	<link rel="alternate" type="text/html" href="https://hawsedc.com/thomas/index.php?title=Vi&amp;action=history"/>
	<updated>2026-07-18T05:42:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://hawsedc.com/thomas/index.php?title=Vi&amp;diff=59&amp;oldid=prev</id>
		<title>WikiSysop: Created page with &quot;=2007-04-27 16:46:52= I can learn vi. I can learn vi. I can learn vi. I can learn vi.  If this page has any future, my vision for it is as the shortest vi guide ever.  ==Quitt...&quot;</title>
		<link rel="alternate" type="text/html" href="https://hawsedc.com/thomas/index.php?title=Vi&amp;diff=59&amp;oldid=prev"/>
		<updated>2021-01-30T11:32:55Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=2007-04-27 16:46:52= I can learn vi. I can learn vi. I can learn vi. I can learn vi.  If this page has any future, my vision for it is as the shortest vi guide ever.  ==Quitt...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=2007-04-27 16:46:52=&lt;br /&gt;
I can learn vi. I can learn vi. I can learn vi. I can learn vi.&lt;br /&gt;
&lt;br /&gt;
If this page has any future, my vision for it is as the shortest vi guide ever.&lt;br /&gt;
&lt;br /&gt;
==Quitting==&lt;br /&gt;
&lt;br /&gt;
:q! Quit without save (quit!)&lt;br /&gt;
&lt;br /&gt;
:wq Exit with save (write quit)&lt;br /&gt;
&lt;br /&gt;
==Typing==&lt;br /&gt;
i Hello world! Types Hello world! and finishes the typing mode or command.&lt;br /&gt;
&lt;br /&gt;
But why can&amp;#039;t I go to the end of a line and type *after* the last character?&lt;br /&gt;
&lt;br /&gt;
How am I supposed to delete things I type?&lt;br /&gt;
&lt;br /&gt;
==Navigating==&lt;br /&gt;
&lt;br /&gt;
hjkl means &amp;lt;- ^ v -&amp;gt; (left, up, down, right)&lt;br /&gt;
&lt;br /&gt;
$ End (of line)&lt;br /&gt;
&lt;br /&gt;
0 Home (of line)&lt;br /&gt;
&lt;br /&gt;
ctrl-f Page down&lt;br /&gt;
&lt;br /&gt;
ctrl-b Page up&lt;br /&gt;
&lt;br /&gt;
567G Go to line 567&lt;br /&gt;
&lt;br /&gt;
% Go to matching brace&lt;br /&gt;
&lt;br /&gt;
==Copying and moving text==&lt;br /&gt;
ma Mark point a&lt;br /&gt;
&lt;br /&gt;
y&amp;#039;a Copy (yank) from here to a into the clipboard buffer&lt;br /&gt;
&lt;br /&gt;
p Paste from clipboard buffer&lt;br /&gt;
&lt;br /&gt;
==Searching==&lt;br /&gt;
&lt;br /&gt;
:set ic Set ignore case&lt;br /&gt;
&lt;br /&gt;
:set noic Set no ignore case&lt;br /&gt;
&lt;br /&gt;
/ Search&lt;br /&gt;
&lt;br /&gt;
n Next occurrence&lt;br /&gt;
&lt;br /&gt;
N Previous occurrence&lt;br /&gt;
&lt;br /&gt;
:%s/search/replace/g Replace global in file (%) and all on every line (g)&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
</feed>