Ignore:
Timestamp:
05/04/2003 05:39:22 PM (21 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
342dc1e4
Parents:
3fedd09
Message:

tagged some writeups

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/inputrc.xml

    r3fedd09 r766bbe40  
    33<title>/etc/inputrc</title>
    44
    5 <para>Inputrc deals with the mapping of the keyboard for certain
    6 situations.  This file is the start-up file used by readline - the input
    7 related library used by Bash and most other shells.</para>
     5<para><filename>inputrc</filename> deals with the mapping of the keyboard for
     6certain situations.  This file is the start-up file used by
     7<application>readline</application> - the input related library used by
     8<application>Bash</application> and most other shells.</para>
    89
    9 <para>For more information see <filename>info bash</filename> -- Node:
    10 Readline Init file as well as <filename>info readline</filename>. There
    11 is a lot that can be done with this one rc file.</para>
     10<para>For more information see <command>info bash</command> -- <emphasis
     11role="strong">Node: Readline Init</emphasis> file as well as
     12<command>info readline</command>. There is a lot that can be done with this
     13one rc file.</para>
    1214
    1315<para>The following is a base <filename>/etc/inputrc</filename> along with
     
    1719same line as commands in <filename>inputrc</filename>.</para>
    1820
    19 <para><screen># Begin /etc/inputrc
     21<screen><userinput><command>cat &gt; /etc/inputrc &lt;&lt; "EOF"</command>
     22# Begin /etc/inputrc
    2023
    2124# Make sure we don't output everything on the 1 line
     
    5457"\eOF": end-of-line
    5558
    56 # End /etc/inputrc</screen></para>
     59# End /etc/inputrc
     60<command>EOF</command></userinput></screen>
    5761
    5862<para>Global values are set in <filename>/etc/inputrc</filename>.
    5963Personal user values as are set in <filename>~/.inputrc</filename>. The
    6064<filename>~/.inputrc</filename> file will override the global settings
    61 file.  The previous page sets up Bash to use
     65file.  The previous page sets up <application>Bash</application> to use
    6266<filename>/etc/inputrc</filename> by default.  If you want your system
    6367to use both, it might be a good idea to place a default
Note: See TracChangeset for help on using the changeset viewer.