Skip to content

Instantly share code, notes, and snippets.

@yusukegoto
Created February 1, 2017 20:33
Show Gist options
  • Save yusukegoto/25c0ccd78f77400a224ca973f674b89d to your computer and use it in GitHub Desktop.
Save yusukegoto/25c0ccd78f77400a224ca973f674b89d to your computer and use it in GitHub Desktop.
screenrc
defutf8 on
defencoding utf8
encoding utf-8 utf-8
startup_message off
autodetach on
vbell off
caption always "%-w%10L>%{=b bw}%n %t%{-}%+w%-0="
hardstatus alwayslastline "%H%=%Y/%m/%d %02c"
termcapinfo xterm* ti@:te@
shell -$SHELL
altscreen on
bind r eval 'echo "Resize window"' 'command -c resize'
bind -c resize ^] command
bind -c resize j eval 'resize +1' 'command -c resize'
bind -c resize k eval 'resize -1' 'command -c resize'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment