mcst-linux-kernel/patches-2024.06.26/readline-8.2/files/etc.mcst/inputrc

92 lines
2.0 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# do not bell on tab-completion
#set bell-style none
#set meta-flag on
#set input-meta on
#set convert-meta off
#set output-meta on
#$if mode=emacs
# for linux console and RH/Debian xterm
#"\e[1~": beginning-of-line
#"\e[4~": end-of-line
#"\e[5~": beginning-of-history
#"\e[6~": end-of-history
#"\e[3~": delete-char
#"\e[2~": quoted-insert
#"\e[5C": forward-word
#"\e[5D": backward-word
#"\e\e[C": forward-word
#"\e\e[D": backward-word
# for rxvt
#"\e[8~": end-of-line
# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
#"\eOH": beginning-of-line
#"\eOF": end-of-line
# for freebsd console
#"\e[H": beginning-of-line
#"\e[F": end-of-line
#$endif
# Begin /etc/inputrc
set show-all-if-ambiguous on
# Modified by Chris Lynn <roryo@roryo.dynup.net>
# Не выводим ничего в первой строке
set horizontal-scroll-mode Off
# Разрешает 8-и битный ввод
set meta-flag On
set input-meta On
# Выключаем конвертацию 8-ого бита
set convert-meta Off
# Оставляем 8-ой бит для экрана
set output-meta On
# ничего, видимый или слышимый
set bell-style none
# Все следующее - карта соответствий escape-последовательностей значений,
# содержащихся внутри первого аргумента, к специфическим функциям
# readline
"\eOd": backward-word
"\eOc": forward-word
# for linux console
"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[5~": beginning-of-history
"\e[6~": end-of-history
"\e[A": history-search-backward
"\e[B": history-search-forward
"\e[3~": delete-char
"\e[2~": quoted-insert
# for xterm
"\eOH": beginning-of-line
"\eOF": end-of-line
# for Konsole
"\e[H": beginning-of-line
"\e[F": end-of-line
"\e[5C": forward-word
"\e[5D": backward-word
"\e\e[C": forward-word
"\e\e[D": backward-word
"\e[1;5C": forward-word
"\e[1;5D": backward-word
"\e[1;3C": forward-word
"\e[1;3D": backward-word
# End /etc/inputrc