dotfiles/.inputrc

24 lines
463 B
Text

# Enable 8 bit input.
set input-meta on
set output-meta on
set convert-meta off
# Some nice options
set mark-symlinked-directories on
set visible-stats on
# Set various nice escape sequences:
"\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[3~": delete-char
"\e[2~": quoted-insert
# for xterm
"\eOH": beginning-of-line
"\eOF": end-of-line