10 lines (7 sloc)
251 Bytes
| 1 |
# Show tabs. |
| 2 |
# Copied from http://unix.stackexchange.com/a/26265 |
| 3 |
hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<" |
| 4 |
|
| 5 |
# Don't display the copyright page. |
| 6 |
startup_message off |
| 7 |
|
| 8 |
# Set so vim does not clobber the scrollback buffer. |
| 9 |
altscreen on |