Changeset 0f90f2f for BOOK/temp-system


Ignore:
Timestamp:
Apr 16, 2011, 2:21:59 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
c4c39a75
Parents:
6d23f37
git-author:
Joe Ciccone <jciccone@…> (04/16/11 14:21:44)
git-committer:
Joe Ciccone <jciccone@…> (04/16/11 14:21:59)
Message:

Create a basic vimrc in the temp system so that puts vim in nocompatible mode.

Location:
BOOK/temp-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/vim.xml

    r6d23f37 r0f90f2f  
    9595<screen os="m"><userinput>ln -sv vim /tools/bin/vi</userinput></screen>
    9696
     97    <para os="tv1" >Create a temporary vimrc to make it function more the way you may
     98    expect it to. This is explained more in the final system:</para>
     99
     100<screen os="tv2"><userinput>cat &gt; /tools/etc/vimrc &lt;&lt; "EOF"
     101<literal>" Begin /etc/vimrc
     102
     103set nocompatible
     104set backspace=2
     105set ruler
     106syntax on
     107
     108" End /etc/vimrc</literal>
     109EOF</userinput></screen>
     110
    97111  </sect2>
    98112
  • BOOK/temp-system/multilib/vim.xml

    r6d23f37 r0f90f2f  
    9090    xpointer="xpointer(//*[@os='m'])"/>
    9191
     92    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     93    href="../common/vim.xml"
     94    xpointer="xpointer(//*[@os='tv1'])"/>
     95
     96    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     97    href="../common/vim.xml"
     98    xpointer="xpointer(//*[@os='tv2'])"/>
     99
    92100  </sect2>
    93101
Note: See TracChangeset for help on using the changeset viewer.