From Fedora Project Wiki

(fixing brackets around cats)
m (Added a minor note re: vim settings)
Line 2: Line 2:


== Vi config file hacks ==
== Vi config file hacks ==
For convenient editing, I add the following lines to the bottom of any DocBook files I'll be editing in Vi(m):
<pre><!--
vim: softtabstop=2:shiftwidth=2:expandtab:textwidth=72
--></pre>


== Quick key tricks ==
== Quick key tricks ==


== Misc. tips ==
== Misc. tips ==

Revision as of 00:00, 15 October 2008


Vi config file hacks

For convenient editing, I add the following lines to the bottom of any DocBook files I'll be editing in Vi(m):

<!-- 
vim: softtabstop=2:shiftwidth=2:expandtab:textwidth=72 
-->

Quick key tricks

Misc. tips