CTRL+C |
Cancels the currently running command - Nejdůležitější klávesová zkratka - ukončí program běžící v terminálu |
|
Zrychlovače psaní: |
CTRL+W |
Deletes the last word typed in. For example, if you typed 'mv file1 file2' this shortcut would delete file2 |
CTRL+U |
Erases the line up to start of line |
CTRL+K |
Erases the line to end of line |
CTRL+T |
Transpose two characters |
|
Různé: |
CTRL+D |
Logs out of the current session |
CTRL+L |
Clear screen |
CTRL+R |
Browse shell history |
CTRL+S |
Stops all output on screen (XOFF) - Toto můžete stisknout omylem a terminál přestane reagovat - spraví to CTRL+Q |
CTRL+Q |
Turns all output stopped on screen back on (XON) |
|
Zbytek: |
CTRL+A |
Moves the cursor to start of line |
CTRL+B |
Moves the cursor backward one character |
CTRL+E |
Move the cursor to end of line |
CTRL+F |
Moves the cursor forward one character |
CTRL+H |
Erase one character. Similar to pressing backspace. |
CTRL+J |
Enter |
CTRL+P |
Paste previous line(s) - stejné jako šipka nahoru |
CTRL+V |
Take the next character literally - pokud z nějakého důvodu chcete do terminálu vložit znak tabulátoru nebo znak nového řádku |
CTRT+Y |
Past back deleted line part of line (by CTRL+U or CTRL+K) |
CTRL+Z |
Cancels current operation, moves back a directory or takes the current operation and moves it to the background. See bg command for additional information about background |