Then under linux using Terminal

Contents
 Installation
 to set default Terminal Terminator
modify the color scheme 
 Keyboard Shortcuts

Ubuntu comes terminal is gnome-terminal, although it can not support split screen and select the copy function, so for use as the default terminal terminator.
Install
sudo apt-get install terminator
is set to default Terminal Terminator
gsettings the SET org.gnome.desktop.default-applications.terminal Exec / usr / bin / Terminator
gsettings the SET org.gnome.desktop.default-applications.terminal Exec-Arg "- x "
to modify the color scheme
open the pop-up menu in the terminal, the configuration file -> profile Preferences -> switch to the color tab, use the system theme colors option to remove the hook, the text color to # 708284, background color set # 07242E (# BEE3C3 light green), the effect can be.
Shortcut keys used
Ctrl + Alt + T to open the terminal
Ctrl + l corresponds to the clear, i.e. clear screen
Shift + Ctrl + T to open a new tab
Shift + Ctrl + W Close tab
Shift + Ctrl + C Copy
 Shift + Ctrl + V paste
Shift + Ctrl + N to open a new terminal window
Shift + Ctrl + o vertically split screen
Shift + Ctrl + e left split screen
Shift + Ctrl + w Close the current window
Shift + Ctrl + q shut down the entire terminal
F11 full-screen toggle
Ctrl + Page Down / Page Up switch tabs *

Guess you like

Origin blog.csdn.net/qq_44365878/article/details/94654793