CTRL+ALT+T <===> spusti Terminal/Konzoli
Shift+Insert <===> Pastes text into a terminal.


CTRL+Z <===> Suspend the current foreground process running in terminal
CTRL+C <===> Kill the current foreground process running in terminal
CTRL+L <===> Vymaže vse na strance (jako CLEAR)
CTRL+D <===> Delete the character at the cursor location
CTRL+U <===> Cuts text up until the cursor.
CTRL+K <===> Cuts text from the cursor until the end of the line.
CTRL+Y <===> Pastes text.
CTRL+E <===> Moves the cursor to the end of the line.
CTRL+A <===> Moves the cursor to the beginning of the line.
CTRL+N <===> Go to the next command in the command history
CTRL+P <===> Go to the previous command in the command history
CTRL+W <===> Cuts the word behind the cursor.
ALT+F <===> Jumps forward to the next space.
ALT+B <===> Skips back to the previous space.
ALT+Backspace <===> Deletes the previous word.

screen <===> správce sezení v terminálu