dotfiles/screenrc

18 lines
359 B
Plaintext
Raw Normal View History

2011-02-27 16:28:22 -05:00
# walkah's screenrc
#
# $Id: .screenrc,v 1.8 2007-03-30 02:31:27 walkah Exp $
# no startup message
startup_message off
deflogin on
# i like the caption at the bottom, so i know what screen i'm on
caption always "%w %-= %m/%d/%y %C%a"
# i use ctrl-a waay too much in emacs/readline remap to ctrl-o
escape ^Oo
hardstatus off
2011-02-27 20:03:14 -05:00
hardstatus string "%H:%t [%n]"