-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.screenrc
More file actions
23 lines (16 loc) · 760 Bytes
/
.screenrc
File metadata and controls
23 lines (16 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
shell -$SHELL # Make sure screen loads .bash_profile
vbell_msg "bell: window ~%" # Message for visual bell
# vbellwait 1 # Seconds to pause the screen for visual bell
vbell off # Turns visual bell off
# enable mouse-wheel backscrolling
termcapinfo xterm* ti@:te@
startup_message off # Disable copyright
hardstatus alwayslastline "%{= kR} %-Lw%{=b KY} %n%f %t %{-}%+Lw %=%{= dd}"
# disable C-a s, which freezes the screen; can be resolved with C-a q
bind s
####################################################
# Screen notes can be found in this very repo, under:
# https://github.com/kheremos/linux_profiles/blob/master/notes/screen_notes.md
# See Also:
# http://aperiodic.net/screen/quick_reference
####################################################