Skip to content

Instantly share code, notes, and snippets.

@olistik
Created November 23, 2012 10:44
Show Gist options
  • Save olistik/4135072 to your computer and use it in GitHub Desktop.
Save olistik/4135072 to your computer and use it in GitHub Desktop.
Use Screen's text reflow within Terminator
# put the following line into ~/.screenrc (create it if it doesn't exist)
startup_message off
  • go to system settings -> keyboard -> shortcuts -> custom shortcuts
  • add a new shortcut and name it as you want (mine is "Launch Terminator terminal")
  • use your preferred shourtcut (mine is CTRL + ALT + P)
  • insert the command /usr/bin/terminator -x bash -c "screen"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment