summaryrefslogtreecommitdiff
path: root/.screenrc
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2012-10-13 22:19:04 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2012-10-13 22:19:05 +0200
commit0947c23a03a252f62cbb7b19fec19482a07492d8 (patch)
tree8a16fc34c246ba79ed90dfd246ef52505b71e452 /.screenrc
parent1142d32e72b794c8069dcc2bd074c87632427939 (diff)
downloaddotfiles-0947c23a03a252f62cbb7b19fec19482a07492d8.tar.gz
dotfiles-0947c23a03a252f62cbb7b19fec19482a07492d8.tar.bz2
dotfiles-0947c23a03a252f62cbb7b19fec19482a07492d8.zip
add 'altscreen on' to screenrc
Diffstat (limited to '.screenrc')
-rw-r--r--.screenrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.screenrc b/.screenrc
index 1f0d31f..38a8071 100644
--- a/.screenrc
+++ b/.screenrc
@@ -1,5 +1,12 @@
defflow off
+# Support alternate screens so that, for example, when you
+# quit out of vi, the display is redrawn as it was before vi
+# redrew the full screen.
+altscreen on
+
term screen-256color
+
+# statusline
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'