From b77dca4be2080c84252c9373bd0205b293bc1cfd Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Sun, 29 May 2011 15:36:44 +0200 Subject: [PATCH] two more dotfiles --- inputrc | 28 ++++++++++++++++++++++++++++ screenrc | 11 +++++++++++ 2 files changed, 39 insertions(+) create mode 100644 inputrc create mode 100644 screenrc diff --git a/inputrc b/inputrc new file mode 100644 index 0000000..c3e838b --- /dev/null +++ b/inputrc @@ -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 diff --git a/screenrc b/screenrc new file mode 100644 index 0000000..1397cba --- /dev/null +++ b/screenrc @@ -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 +