Initial files add.

This commit is contained in:
Darren 'Tadgy' Austin 2016-10-02 02:14:39 +01:00
commit a3e2aceeed
15 changed files with 5155 additions and 0 deletions

24
.inputrc Normal file
View file

@ -0,0 +1,24 @@
# 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