-
Notifications
You must be signed in to change notification settings - Fork 0
/
screenrc
30 lines (27 loc) · 844 Bytes
/
screenrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## General
defscrollback 5000
# ZSH is defoult shell
defshell zsh
# Set terminal to support 256 colors
term xterm-256color
# terminfo and termcap for nice 256 color terminal
# allow bold colors - necessary for some reason
attrcolor b ".I"
# tell screen how to set colors. AB = background, AF=foreground
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
# erase background with current bg color
defbce on
# disable startup message
startup_message off
# start with visual bell as default
vbell on
vbell_msg "bell on %t (%n)"
# activity message
activity "Activity in %t(%n)"
# enable dynamic refresh of % string escape
backtick 1 5 5 true
# Display current directory and shell at bottom
caption always "%{= bb}%{+b w}%n %h %=%t %c"
hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
# Clear screen on exiting vim
altscreen on