forked from mathiasbynens/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 49
/
.screenrc
28 lines (21 loc) · 876 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
# Use Ctrl+J instead of Ctrl+A, which goes to the start of a line in Bash and
# other applications that use the Readline library.
escape ^Jj
# Bind F11 and F12 (NOT F1 and F2) to previous and next screen window. (F1 and
# F2 would be "bindkey -k k1 prev" and "bindkey -k -k2 next", for some reason.)
#bindkey -k F1 prev
#bindkey -k F2 next
# Do not show the introduction screen ("Press bla to bla.")
startup_message off
# Show a window list at the bottom.
hardstatus alwayslastline
hardstatus string "%-w%{= BW}%50>%n %t%{-}%+w%<"
# Don't block command output if the terminal stops responding (for example, if
# the SSH connection times out).
nonblock on
# Give us much more scrollback (accessible by Ctrl+J, Esc, and then PgUp/PgDn).
defscrollback 32000
# Always start `screen` with UTF-8 enabled (`screen -U`)
defutf8 on
#activate mouse wheel
terminfo xterm* ti=:te=