Created
October 6, 2013 15:43
-
-
Save markjlorenz/6855526 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
bind c stuff "screen -X chdir \$PWD; screen^M" | |
defscrollback 90000 # Use a 30000-line scrollback buffer | |
escape ^@a # Instead of Control-a, make the escape/command character be Control-space | |
term screen-256color |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment