diff options
| author | Anton Bobov <abobov@gmail.com> | 2011-10-13 18:57:49 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2011-10-13 18:57:49 +0600 |
| commit | afb69b98047d51a578b6d9d7bb482c6c4c0e8482 (patch) | |
| tree | aff149a738b2c2e1316a09538288106d26295590 /files/.screenrc | |
| parent | c36f3f430d4b56476750a8e338f7071fb11af2fb (diff) | |
f
Diffstat (limited to 'files/.screenrc')
| -rwxr-xr-x | files/.screenrc | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/files/.screenrc b/files/.screenrc index 9770c67..abdc069 100755 --- a/files/.screenrc +++ b/files/.screenrc @@ -1,6 +1,19 @@ -#caption always '%3n %t' -utf8 on on +hardstatus alwayslastline +#hardstatus string "%{= }%-w%{= bk}%50>%n %t%{-}%+w%<" +hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]' +startup_message off +altscreen on + defutf8 on -#caption always "%3n %t%? (%u)%?%?: %h%?" -hardstatus string "%h" -caption always "%{= kw} %-w%{= wk}%n*%t%{-}%+w%{= kw}" + +term rxvt +termcapinfo * ti@:te@ # Scroll buffer on <Shift>[<PgUp>|<PgDw>] + +bindkey -k F1 next # Next tab on <F1> +bindkey -k F2 prev # Prev tab on <F2> + +bind j focus down +bind k focus up +bind + resize +5 +bind - resize -5 +bind = resize = |
