Created
April 2, 2018 15:31
-
-
Save popmonkey/167d19083bc0a227a3c7dde2c2a06aad to your computer and use it in GitHub Desktop.
screenrc for useful prompts and window navigation
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
# allow the scrollback to scroll through SCREEN buffer | |
termcapinfo xterm* ti@:te@ | |
# fix the damn delete key (mac Terminal.app users) | |
termcapinfo xterm-color kD=\E[3~ | |
# visual bell, c'mon! | |
vbell off | |
# go directly to work | |
startup_message off | |
# status line setup (use CTRL-A SHIFT-A to name your current window) | |
shelltitle 'X' | |
hardstatus on | |
hardstatus alwayslastline | |
hardstatus string "%{+b r}%H: %{-b wk}%-w%{Gk}[%n %t]%{wk}%+w%=%{Ck}%D %M" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment