Skip to content

Instantly share code, notes, and snippets.

@nvkelso
Created April 29, 2013 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nvkelso/5485267 to your computer and use it in GitHub Desktop.
Save nvkelso/5485267 to your computer and use it in GitHub Desktop.
Screen configuration, from @mojodna
shell -/bin/bash # Use bash (and load bash_profile, bashrc, etc.)
startup_message off # No startup mesage
msgwait 1 # Show messages for only one second
escape `z # Use CTRL+Z for escape instead of CTRL+A
defscrollback 30000 # Use a 30000-line scrollback buffer
bindkey -k kP copy # bind shift+page-up/down to screen page up/down
bindkey ^[[5C next # bind ctrl-<right> to next shell
bindkey ^[[5D prev # bind ctrl-<left> to prev shell
bindkey ^[[1;5C next # alternate ctrl-<right> mapping
bindkey ^[[1;5D prev # alternate ctrl-<left> mapping
ignorecase on # Ignore case in incremental search
vbell off # no visual bell
# Display status line: All windows, with the active window highlighted. Time and date right aligned.
# hardstatus alwayslastline "%{= kR} %-Lw%{=b Kk} %n%f %t %{-}%+Lw %=%{= kR}%C%A %D, %M/%d/%Y %{= dd}"
hardstatus alwayslastline "%-Lw%{=b bw} %n%f %t %{-}%+Lw %=%C%A %D, %M/%d/%Y %{= dd}"
termcapinfo xterm-256color|xterm-color|xterm|xterms|xs|rxvt ti@:te@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment