Skip to content

Instantly share code, notes, and snippets.

@aphlysia
Last active September 24, 2016 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aphlysia/3753160 to your computer and use it in GitHub Desktop.
Save aphlysia/3753160 to your computer and use it in GitHub Desktop.
.screenrc
escape ^Tt
term xterm
termcap xterm hs@
terminfo xterm hs@
defscrollback 100000
startup_message off
vbell off
bind h focus left
bind j focus down
bind k focus up
bind l focus right
bind n layout new
bind \t layout next
bind ^c layout remove
bind ^l redisplay
bind x
bind ^x
bind s
bind ^s
layout new
shell /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment