Skip to content

Instantly share code, notes, and snippets.

@codebudo
Created April 1, 2016 16:48
Show Gist options
  • Select an option

  • Save codebudo/c74ae07b359683d834ee37a0e4296e3f to your computer and use it in GitHub Desktop.

Select an option

Save codebudo/c74ae07b359683d834ee37a0e4296e3f to your computer and use it in GitHub Desktop.
GNU Screen settings to reduce finger yoga. ctl-o as the activation key and hide the status bar, startup message, and visual bell.
startup_message off
term screen
#deflogin off
escape ^Oo
vbell off
defscrollback 10000
bind h prev
bind C hardcopy
bell_msg ""
shell -$SHELL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment