Created
February 21, 2012 09:50
-
-
Save laiwei/1875539 to your computer and use it in GitHub Desktop.
screenrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##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