Initial files add.
This commit is contained in:
parent
e881f9c564
commit
a3e2aceeed
15 changed files with 5155 additions and 0 deletions
24
.inputrc
Normal file
24
.inputrc
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue