]> git.phdru.name Git - dotfiles.git/blob - .screenrc
.fvwmrc: Open mpv a bit to the left to allow bigger initial window
[dotfiles.git] / .screenrc
1 # Allow virtual alternate screen
2 altscreen on
3
4 # detach on hangup
5 autodetach on
6
7 # status line at the bottom of terminal
8 # display numbers and titles:
9 # for inactive windows - black on cyan
10 # for active window - white on blue
11 hardstatus alwayslastline
12 hardstatus string "%{= ck}%-w%{= bw}%n %t%{-}%+w %-="
13
14 # set every new windows hardstatus line to somenthing descriptive
15 # defhstatus "screen: ^E (^Et)"
16
17 # Increase scroll buffer
18 defscrollback 1000
19
20 # emulate .logout message
21 pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
22
23 # make the shell in every window a login shell
24 deflogin on
25 shell -$SHELL
26
27 # don't display the copyright page
28 startup_message off
29
30 ################
31 #
32 # xterm tweaks
33 #
34
35 ################
36 #
37 # other terminals
38 #
39
40 ################
41 #
42 # keybindings
43 #
44
45 # remove some stupid / dangerous key bindings
46 bind h
47 bind ^h
48 bind k
49 bind ^k
50 bind z
51 bind ^z
52 bind .
53 bind \\
54 bind ^\
55
56 # on backspace send ^H
57 #bindkey -d -k kb stuff "\010"