Last active
October 5, 2015 06:38
-
-
Save rdelmotte/2765021 to your computer and use it in GitHub Desktop.
.screenrc
This file contains hidden or 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
| startup_message off # Show copyright during strartup? | |
| caption splitonly "%{.B}%?%F%{.r}%?%-w%L>%{= yW} %n*%t %{-}%52<%+w %50=%n%f%t" | |
| hardstatus alwayslastline "%{kW}%-w%L>%{= yw} %n*%t %{-}%52<%+w %=%H %l %m/%d %C%a" | |
| termcapinfo xterm|xterm-color|xterms|xs|rxvt ti@:te@ | |
| #caption always "%{+b}%{= kb} %-Lw%{= kW}%n%f* %t%{-}%+Lw%< %{bw} %C%a %Y%m%d %H:%l" | |
| # Support alternate screens so that, for example, when you | |
| # quit out of vi, the display is redrawn as it was before vi | |
| # redrew the full screen. | |
| altscreen on | |
| # detach on hangup - if my dial-up session fails, screen will simply | |
| # detach and let me re re-attach later. | |
| autodetach on | |
| # Scrollback buffer size in lines | |
| defscrollback 15000 | |
| shell bash | |
| defutf8 on | |
| bindkey -k F2 next # F12 = next | |
| bindkey -k F1 prev | |
| bindkey -k k9 screen -t evo1susegate1 | |
| bindkey -k k8 select | |
| #screen -t evo1susegate1 0 | |
| #screen -t beta1ldap1 7 ssh beta1ldap1 | |
| #screen -t beta1ldap2 8 ssh beta1ldap2 | |
| # This is the initial window. | |
| #select 0 | |
| hardcopydir $HOME/.screen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment