mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 03:04:06 +00:00
16 lines
331 B
Plaintext
16 lines
331 B
Plaintext
# Disable the startup message
|
|
startup_message off
|
|
|
|
# Set a large scrollback buffer
|
|
defscrollback 32000
|
|
|
|
# Always start `screen` with UTF-8 enabled (`screen -U`)
|
|
defutf8 on
|
|
|
|
# Scroll with mouse wheel (http://stackoverflow.com/a/1125947)
|
|
termcapinfo xterm* ti@:te@
|
|
|
|
# Some settings for screen + vim
|
|
term xterm-256color
|
|
maptimeout 10
|