<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.marcelpost.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Vim-config</id>
	<title>Vim-config - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.marcelpost.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Vim-config"/>
	<link rel="alternate" type="text/html" href="https://www.marcelpost.com/wiki/index.php?title=Vim-config&amp;action=history"/>
	<updated>2026-05-17T04:58:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://www.marcelpost.com/wiki/index.php?title=Vim-config&amp;diff=3636&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;  useful entries in ~/.vimrc  &lt;pre&gt;  &quot; --- disable syntax highlighting  syntax off     &quot; --- open file at last edit position   autocmd BufReadPost *       \ if line(&quot;&#039;\&quot;&quot;) &gt;= 1 &amp;&amp; line(&quot;&#039;\&quot;&quot;) &lt;= line(&quot;$&quot;) &amp;&amp; &amp;ft !~# &#039;commit&#039;       \ |   exe &quot;normal! g`\&quot;&quot;       \ | endif    &quot; --- disable bell and screen flickering on escape --- set visualbell set t_vb=   &quot; -- allow mouse copy and paste -- set mouse=r     &quot; --- set tabstops to 4 spaces and set shiftwidth (ident amount) as...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.marcelpost.com/wiki/index.php?title=Vim-config&amp;diff=3636&amp;oldid=prev"/>
		<updated>2024-02-09T01:15:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;  useful entries in ~/.vimrc  &amp;lt;pre&amp;gt;  &amp;quot; --- disable syntax highlighting  syntax off     &amp;quot; --- open file at last edit position   autocmd BufReadPost *       \ if line(&amp;quot;&amp;#039;\&amp;quot;&amp;quot;) &amp;gt;= 1 &amp;amp;&amp;amp; line(&amp;quot;&amp;#039;\&amp;quot;&amp;quot;) &amp;lt;= line(&amp;quot;$&amp;quot;) &amp;amp;&amp;amp; &amp;amp;ft !~# &amp;#039;commit&amp;#039;       \ |   exe &amp;quot;normal! g`\&amp;quot;&amp;quot;       \ | endif    &amp;quot; --- disable bell and screen flickering on escape --- set visualbell set t_vb=   &amp;quot; -- allow mouse copy and paste -- set mouse=r     &amp;quot; --- set tabstops to 4 spaces and set shiftwidth (ident amount) as...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
useful entries in ~/.vimrc&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;quot; --- disable syntax highlighting&lt;br /&gt;
&lt;br /&gt;
syntax off&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;quot; --- open file at last edit position&lt;br /&gt;
&lt;br /&gt;
 autocmd BufReadPost *&lt;br /&gt;
      \ if line(&amp;quot;&amp;#039;\&amp;quot;&amp;quot;) &amp;gt;= 1 &amp;amp;&amp;amp; line(&amp;quot;&amp;#039;\&amp;quot;&amp;quot;) &amp;lt;= line(&amp;quot;$&amp;quot;) &amp;amp;&amp;amp; &amp;amp;ft !~# &amp;#039;commit&amp;#039;&lt;br /&gt;
      \ |   exe &amp;quot;normal! g`\&amp;quot;&amp;quot;&lt;br /&gt;
      \ | endif&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;quot; --- disable bell and screen flickering on escape ---&lt;br /&gt;
set visualbell&lt;br /&gt;
set t_vb=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot; -- allow mouse copy and paste --&lt;br /&gt;
set mouse=r&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;quot; --- set tabstops to 4 spaces and set shiftwidth (ident amount) as 4 spaces to match tabstops ---&lt;br /&gt;
set ts=4 sw=4&lt;br /&gt;
&lt;br /&gt;
&amp;quot; --- redefine tab as spaces ---&lt;br /&gt;
set expandtab&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>