Ignore:
Timestamp:
07/22/2005 08:07:57 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
853ae568
Parents:
ba0deaad
Message:

Minor textual updates to the '/etc/vimrc' and '/etc/issue' sections of Chapter 3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/vimrc.xml

    rba0deaad r615b431  
    2525
    2626  <para>The LFS book installs <application>Vim</application>
    27   as its text editor.  At this point we should state that there are a
     27  as its text editor.  At this point it should be noted that there are a
    2828  <emphasis>lot</emphasis> of different editing applications out there including
    2929  <application>Emacs</application>, <application>nano</application>,
     
    3333  <application>Emacs</application> users!</para>
    3434
    35   <para>The LFS book gives a basic <filename>vimrc</filename> file.  Here, we
    36   attempt to enhance this file.  At startup, <command>vim</command> reads
    37   <filename>/etc/vimrc</filename> and <filename>~/.vimrc</filename> (i.e., the
    38   global <filename>vimrc</filename> and the user-specific one.).  Note that this is
    39   only true if you compiled <application>vim</application> using LFS-3.1 onwards.
    40   Prior to this, the global <filename>vimrc</filename> was
     35  <para>The LFS book creates a basic <filename>vimrc</filename> file. In this
     36  section you'll find an attempt to enhance this file. At startup,
     37  <command>vim</command> reads <filename>/etc/vimrc</filename> and
     38  <filename>~/.vimrc</filename> (i.e., the global <filename>vimrc</filename>
     39  and the user-specific one).  Note that this is only true if you compiled
     40  <application>vim</application> using LFS-3.1 onwards. Prior to this, the
     41  global <filename>vimrc</filename> was
    4142  <filename>/usr/share/vim/vimrc</filename>.</para>
    4243
     
    4647  will be made available to users you add to the system later. You can also copy
    4748  the file from <filename>/etc/skel/.vimrc</filename> to the home directory of
    48   users already on the system, like root. Be sure to set permissions, owner, and
    49   group if you do copy anything directly from
     49  users already on the system, such as
     50  <systemitem class='username'>root</systemitem>. Be sure to set permissions,
     51  owner, and group if you do copy anything directly from
    5052  <filename class="directory">/etc/skel</filename>.</para>
    5153
     
    6365  <filename>vimrc</filename> is slightly unusual.</para>
    6466
    65   <para>We'll run through a quick explanation of what each of the
     67  <para>Below you'll find a quick explanation of what each of the
    6668  options in this example file means here:</para>
    6769
     
    117119
    118120</sect1>
    119 
Note: See TracChangeset for help on using the changeset viewer.