Initial commit
This commit is contained in:
commit
662fe0334c
37 changed files with 1614 additions and 0 deletions
27
screenrc
Normal file
27
screenrc
Normal file
|
@ -0,0 +1,27 @@
|
|||
# .screenrc
|
||||
# Eryn Wells <eryn@3b518c.com>
|
||||
|
||||
autodetach on
|
||||
altscreen on
|
||||
defflow auto
|
||||
defscrollback 10000
|
||||
defutf8 on
|
||||
startup_message off
|
||||
|
||||
bind j focus down
|
||||
bind k focus up
|
||||
bind s split
|
||||
|
||||
activity "%c activity -> %n%f %t"
|
||||
bell "%c bell -> %n%f %t^G"
|
||||
msgwait 1
|
||||
|
||||
vbell off
|
||||
|
||||
hardstatus alwayslastline
|
||||
hardstatus string "%{wk}[ %?%-Lw%?%{Rk}%n*%f %t%{Wk}%+Lw%?%= ][ %{Bk}%c %Y-%m-%d%{wk} ]"
|
||||
|
||||
#escape ^ee
|
||||
|
||||
screen -t 'mail' mutt
|
||||
screen $SHELL
|
Loading…
Add table
Add a link
Reference in a new issue