Skip to content

Instantly share code, notes, and snippets.

@laiwei
Created February 21, 2012 09:50
Show Gist options
  • Save laiwei/1875539 to your computer and use it in GitHub Desktop.
Save laiwei/1875539 to your computer and use it in GitHub Desktop.
screenrc
##display status line
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
##my key binding
### ^a ' ' 自动进入copy/scroll模式,方便滚动,复制
bind ' ' copy
### ^a j 跳到下一个screen window
bind j next
bind k prev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment