dotfiles/.inputrc

28 lines
552 B
Text

# Enable coloured tab-completion.
set colored-completion-prefix on
set colored-stats on
# 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