Update the explanation of how to use the delete key in console and xterm in
the section 4.4.4 of the FAQ. And remove a dead link PR: 242117 Submitted by: dr.klepp@gmx.at Patch by: carlavilla@ Approved by: bcr@ Differential Revision: https://reviews.freebsd.org/D22805
This commit is contained in:
parent
8076238f5d
commit
91c1d7b0ec
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53691
1 changed files with 2 additions and 7 deletions
|
@ -1682,19 +1682,14 @@
|
|||
the following lines to <filename>~/.shrc</filename>.
|
||||
See &man.sh.1; and &man.editrc.5;.</para>
|
||||
|
||||
<programlisting>bind ^? ed-delete-next-char # for console
|
||||
bind ^[[3~ ed-delete-next-char # for xterm</programlisting>
|
||||
<programlisting>bind ^[[3~ ed-delete-next-char # for xterm</programlisting>
|
||||
|
||||
<para>For the <application>C Shell</application>, add the
|
||||
following lines to <filename>~/.cshrc</filename>.
|
||||
See &man.csh.1;.</para>
|
||||
|
||||
<programlisting>bindkey ^? delete-char # for console
|
||||
bindkey ^[[3~ delete-char # for xterm</programlisting>
|
||||
<programlisting>bindkey ^[[3~ delete-char # for xterm</programlisting>
|
||||
|
||||
<para>For more information, see <link
|
||||
xlink:href="http://www.ibb.net/~anne/keyboard.html">this
|
||||
page</link>.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
</qandaset>
|
||||
|
|
Loading…
Reference in a new issue