-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscreenrc
More file actions
37 lines (26 loc) · 875 Bytes
/
screenrc
File metadata and controls
37 lines (26 loc) · 875 Bytes
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
31
32
33
34
35
36
# ~/.screenrc
# My GNU screen configuration, making it more useful and a great companion
# to URxvt
#
# Author: Nathan Campos <nathanpc@dreamintech.net>
# Just throw me into a terminal, no need to see the welcome crap.
startup_message off
# Good amount of scrollback.
defscrollback 2048
# Fixes Vim background. (Nope)
defbce on
# Enable 256 colors.
term screen-256color
# Disable that annoying visual bell.
vbell off
# Fix the residual editor windows.
altscreen on
# Automatically detach the session on hangup instead of terminating screen completely.
autodetach on
# Use the X scrolling mechanism. Makes GNU screen 100000x more useful.
termcapinfo rxvt* ti@:te@
# Statusbar configuration.
hardstatus off
hardstatus alwayslastline
# Statusbar stuff.
hardstatus alwayslastline "%{b kw}%u%-Lw%{= rW}%50> %n%f %t %{-}%+Lw%< %= %{b kw} %{y}%D %M %d%{w}%{g} %C %A%{w}"