Changeset 7aaad25 for postlfs/config


Ignore:
Timestamp:
11/08/2004 04:03:59 PM (19 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
89c76830
Parents:
c3b9784
Message:

edit of vimrc to better tie in to LFS

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2911 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/vimrc.xml

    rc3b9784 r7aaad25  
    3333</filename>.</para>
    3434
    35 <para>Here is a slightly expanded <filename>vimrc</filename> that you can
    36 put in <filename>/etc/vimrc</filename> to provide global effect. Of course, if
    37 you put it into <filename>/etc/skel/.vimrc</filename> instead, it will
    38 be made available to users you add to the system later. You can also copy
    39 the file from <filename>/etc/skel/.vimrc</filename> to
    40 <filename>/etc/vimrc</filename> and the home directory of users already
    41 on the system, like root. Be sure to set permissions, owner, and group if
    42 you do copy anything directly from <filename>/etc/skel</filename>.</para>
     35<para>Here is a slightly expanded <filename>.vimrc</filename> that you can
     36put in <filename>~/.vimrc</filename> to provide user specific effects. Of
     37course, if you put it into <filename>/etc/skel/.vimrc</filename> instead, it
     38will be made available to users you add to the system later. You can also copy
     39the file from <filename>/etc/skel/.vimrc</filename> to the home directory of
     40users already on the system, like root. Be sure to set permissions, owner, and
     41group if you do copy anything directly from <filename>/etc/skel</filename>.</para>
    4342
    4443<screen>" Begin .vimrc
    4544
    46 set nocompatible
    47 set bs=2
    4845set columns=80
    49 set background=dark
    5046set wrapmargin=8
    51 syntax on
    5247set ruler
    5348
     
    6358<itemizedlist>
    6459
    65 <listitem><para><option>set nocompatible</option> : This option
     60<!-- <listitem><para><option>set nocompatible</option> : This option
    6661stops <command>vim</command> from behaving in a strongly <command>vi
    6762</command>-compatible way. It should be at the start of any <filename>vimrc
     
    7166<listitem><para><option>set bs=2</option>: This influences the behavior
    7267of the backspace option.  It is fairly complex so see <command>:help 'bs'
    73 </command> for more details.</para></listitem>
     68</command> for more details.</para></listitem> -->
    7469
    7570<listitem><para><option>set columns=80</option>: This simply sets the
    7671number of columns used on the screen.</para></listitem>
    7772
    78 <listitem><para><option>set background=dark</option>: This tells
     73<!-- <listitem><para><option>set background=dark</option>: This tells
    7974<command>vim</command> to use colors which look good on a dark
    80 background.</para></listitem>
     75background.</para></listitem> -->
    8176
    8277<listitem><para><option>set wrapmargin=8</option>: This is the number of
     
    8479</listitem>
    8580
    86 <listitem><para><option>syntax on</option>: Enables
    87 <command>vim</command>'s syntax highlighting.</para></listitem>
     81<!-- <listitem><para><option>syntax on</option>: Enables
     82<command>vim</command>'s syntax highlighting.</para></listitem> -->
    8883
    8984<listitem><para><option>set ruler</option>: This makes <command>vim
Note: See TracChangeset for help on using the changeset viewer.