Skip to content

Instantly share code, notes, and snippets.

@russ
Created October 31, 2008 16:43
Show Gist options
  • Save russ/21347 to your computer and use it in GitHub Desktop.
Save russ/21347 to your computer and use it in GitHub Desktop.
setenv LC_CTYPE en_US.UTF-8
defutf8 on
autodetach on
crlf off
deflogin off
hardcopy_append on
startup_message off
vbell off
defscrollback 10000
silencewait 15
termcapinfo xterm*|Eterm|mlterm|rxvt 'hs:ts=\E]0;:fs=\007:ds=\E]0;screen\007'
defhstatus "$USER@ H | # | t"
hardstatus off
activity "%c activity -> %n%f %t"
bell "%c bell -> %n%f %t^G"
vbell_msg " *beep* "
caption always " %m%d %c | %w"
bind ~ activity "%c activity -> %n%f %t"
bind * activity "%c activity -> %n%f %t"
# for launching some of the stuff i use most
# bind W screen -t 'w3m' 4 w3m http://google.com/
# bind E screen -t 'mail' 0 mutt
# bind V screen -t 'vim' 0 vim
# bind Y stuff http://whytheluckystiff.net/
shell bash
# Make shift-PgUp and shift-PgDn work like they do in xterm. (Note that this
# requires xterm to be configured to pass those keys through, and not try to
# act on them itself.)
# bindkey "^[[5;2~" eval "copy" "stuff ^u"
# bindkey -m "^[[5;2~" stuff ^u
# bindkey -m "^[[6;2~" stuff ^d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment