mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
two more dotfiles
This commit is contained in:
parent
949028861f
commit
b77dca4be2
2 changed files with 39 additions and 0 deletions
28
inputrc
Normal file
28
inputrc
Normal 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
11
screenrc
Normal 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
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue