-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.screenrc
34 lines (28 loc) · 920 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
31
32
33
34
bindkey ^[[5;6~ prev # Ctrl-Shit-PgUp
bindkey ^[[6;6~ next # Ctrl-Shit-PgUp
bindkey ^[[1;6T~ screen # Ctrl-Shit-T
# alt-movements in copy mode
bindkey -m ^[k stuff ^u
bindkey -m ^[[1;9A stuff ^u
bindkey -m ^[j stuff ^d
bindkey -m ^[[1;9B stuff ^d
bindkey -m ^[h stuff b
bindkey -m ^[[1;9D stuff b
bindkey -m ^[l stuff w
bindkey -m ^[[1;9C stuff w
vbell off
startup_message off
hardstatus alwayslastline
termcapinfo xterm|xterms|xs|rxvt ti@:te@
caption always
caption string "%{= kB}%-Lw%{=s kB}%50>%n%f* %t %{-}%+Lw%<"
# open programs with escape plus the binding; also names tab
#bind m screen -t 'Mutt' 7 mutt
# avoid screen conflicting with vi bindings; basically,
# whenever it sees "escape", screen waits for more
# characters, and only passes the escape to the program
# after a short pause; this sets the pause to zero
maptimeout 0
defc1 off
# when exiting vim or less, screen is cleared
altscreen on