Skip to content

Instantly share code, notes, and snippets.

@InSuperposition
InSuperposition / Responsive-rectangles-B-.markdown
Created January 15, 2014 13:37
A Pen by InSuperposition.
@InSuperposition
InSuperposition / Responsive-recatngles.markdown
Created January 13, 2014 17:38
A Pen by InSuperposition.
@InSuperposition
InSuperposition / .screenrc
Created May 7, 2012 15:13
GNU Screen settings file
#Ctrl-a :source .screenrc# I use control+a for beginning-of-line, this remaps it to the tick/tilda key# #escape ``  
# Bind tick+e to show the tick character since tick+tick is too convenient to toggle windows
# escape `e
# Sets scrollback buffer to x lines
defscrollback 10000
# Enables ability to use scrollbar to scrollback
termcapinfo xterm* ti@:te@
# Turn off start up message can view message with Ctrl-a . startup_message off
# Turn off visual alert
vbell off