/etc
NameSizeModeActions
alternatives/-0755rm
bash_completion.d/-0755rm
cl.nodejs/-0755rm
cl.php.d/-0755rm
cl.python/-0755rm
cl.selector/-0755rm
cl.selector.conf.d/-0755rm
crypto-policies/-0755rm
default/-0755rm
environment-modules/-0755rm
fonts/-0755rm
gcrypt/-0755rm
ld.so.conf.d/-0755rm
mail/-0755rm
mc/-0755rm
modulefiles/-0755rm
motd.d/-0755rm
my.cnf.d/-0755rm
openldap/-0755rm
pam.d/-0755rm
php.d/-0755rm
pki/-0755rm
profile.d/-0755rm
sasl2/-0755rm
scl/-0755rm
security/-0755rm
skel/-0755rm
ssh/-0755rm
ssl/-0755rm
subversion/-0755rm
sysconfig/-0755rm
.etc.version40600editdlrm
aliases15290644editdlrm
bashrc29170644editdlrm
DIR_COLORS45360644editdlrm
environment360644editdlrm
group3810644editdlrm
host.conf90644editdlrm
hosts18140644editdlrm
inputrc9420644editdlrm
ld.so.cache462550644editdlrm
ld.so.conf280644editdlrm
localtime1270644editdlrm
my.cnf32450644editdlrm
nsswitch.conf21200644editdlrm
odbc.ini00644editdlrm
odbcinst.ini2300644editdlrm
passwd9740644editdlrm
php.ini621250644editdlrm
profile21230644editdlrm
protocols65680644editdlrm
resolv.conf1250644editdlrm
rpc16340644editdlrm
services6928160644editdlrm
shadow7400000editdlrm
trusted-key.key3750644editdlrm
vimrc19820644editdlrm
virc12040644editdlrm
wgetrc49250644editdlrm
Edit: /etc/inputrc (942B)
# 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 # Completed names which are symbolic links to # directories have a slash appended. set mark-symlinked-directories on $if mode=emacs # for linux console and RH/Debian xterm "\e[1~": beginning-of-line "\e[4~": end-of-line # commented out keymappings for pgup/pgdown to reach begin/end of history #"\e[5~": beginning-of-history #"\e[6~": end-of-history "\e[5~": history-search-backward "\e[6~": history-search-forward "\e[3~": delete-char "\e[2~": quoted-insert "\e[5C": forward-word "\e[5D": backward-word "\e[1;5C": forward-word "\e[1;5D": backward-word # for rxvt "\e[8~": end-of-line "\eOc": forward-word "\eOd": backward-word # 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