Added .screenrc.
This commit is contained in:
parent
fe80112367
commit
f8ab81d65c
2 changed files with 25 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -33,6 +33,7 @@
|
||||||
|
|
||||||
!.gitignore
|
!.gitignore
|
||||||
#!.toprc
|
#!.toprc
|
||||||
|
!.screenrc
|
||||||
!.tmux.conf
|
!.tmux.conf
|
||||||
!.vimrc
|
!.vimrc
|
||||||
!.Xresources
|
!.Xresources
|
||||||
|
|
|
||||||
24
.screenrc
Normal file
24
.screenrc
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
# skip the startup message
|
||||||
|
startup_message off
|
||||||
|
|
||||||
|
# go to home dir
|
||||||
|
chdir
|
||||||
|
|
||||||
|
# Automatically detach on hangup.
|
||||||
|
autodetach on
|
||||||
|
|
||||||
|
# Change default scrollback value for new windows
|
||||||
|
defscrollback 10000
|
||||||
|
|
||||||
|
# start with visual bell as default
|
||||||
|
vbell on
|
||||||
|
vbell_msg "bell on %t (%n)"
|
||||||
|
|
||||||
|
# look and feel
|
||||||
|
caption always "%{= bb}%{+b w}%n %t %h %=%l %H %c"
|
||||||
|
hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
|
||||||
|
|
||||||
|
activity "Activity in %t(%n)"
|
||||||
|
|
||||||
|
#shelltitle "shell"
|
||||||
|
#shell -$SHELL
|
||||||
Loading…
Add table
Add a link
Reference in a new issue