- 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"
Created
November 23, 2012 10:44
-
-
Save olistik/4135072 to your computer and use it in GitHub Desktop.
Use Screen's text reflow within Terminator
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
# put the following line into ~/.screenrc (create it if it doesn't exist) | |
startup_message off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment