Key or key combination | Function |
Ctrl+Alt+T | Open a new terminal |
Ctrl+Shift+N | Open a new terminal at current directory |
Ctrl+A | Move coursor to the beginning of the command line |
Ctrl+C | End a running program |
Ctrl+D | Log out current shell, equal to typing exit |
Ctrl+E | Move coursor to the end of the command line |
Ctrl+H | Backspace |
Ctrl+L | Clear this terminal, equal to typing clear |
Ctrl+R | Search command history |
Ctrl+Z | Suspend a program |
ArrowLeft, ArrowRight | Move cursor left or right |
ArrowUp, ArrowDown | Browse history |
Shift+PageUp, Shift+PageDow | Browse terminal buffer |
Tab | Command or filename completion |
Tab Tab | Show file or command completion possibilities |