two more dotfiles

This commit is contained in:
Loic Nageleisen 2011-05-29 15:36:44 +02:00
parent 949028861f
commit b77dca4be2
2 changed files with 39 additions and 0 deletions

28
inputrc Normal file
View file

@ -0,0 +1,28 @@
# unicode input
#set meta-flag on
#set input-meta on
#set output-meta on
#set convert-meta off
# useful with XDG/MacOSX folders
set completion-ignore-case on
#set show-all-if-ambiguous
# Delete
#"\e[3~": delete-char
# Home
#"\e[1~": beginning-of-line
# End
#"\e[4~": end-of-line
# option+left/right
#"\e[1;3D":backward-word
#"\e[1;3C":forward-word
# control+left/right
#"\e[1;5D":beginning-of-line
#"\e[1;5C":end-of-line
# control+left/right
"\e[1;5D":backward-word
"\e[1;5C":forward-word

11
screenrc Normal file
View file

@ -0,0 +1,11 @@
startup_message off
hardstatus on
hardstatus alwayslastline
#hardstatus string "%3n %t%? @%u%?%? [%h]%?%=%c"
hardstatus string '%{= kW}%-Lw%{= kY}%50>%n%f* %t%{= kW}%+Lw%< %{= kG}%-=%D %d %M %Y %c:%s%{-}'
defscrollback 1024
vbell off