Shortcuts used in Ubuntu terminal
Many of the operations in Ubuntu are very fast in the terminal (Terminal), remembering that some shortcuts are more handy to operate. The shortcut key to open the terminal in Ubuntu is Ctrl+Alt+T
. Some of the other common shortcut keys are as follows:
shortcut Keys |
function |
Tab |
Auto-complete |
Ctrl+a |
Move cursor to start position |
Ctrl+e |
Cursor moves to the very end |
Ctrl+k |
Delete all content from here to the end |
Ctrl+u |
Remove all content from here to start |
Ctrl+d |
Delete current character |
Ctrl+h |
Delete the previous character of the current character |
Ctrl+w |
Delete the word here to the left |
Ctrl+y |
Paste by Ctrl+u , Ctrl+d , Ctrl+w delete the word |
Ctrl+l |
Equivalent to clear, i.e. clear screen |
Ctrl+r |
Find History command |
Ctrl+b |
Move the cursor back |
Ctrl+f |
Move Cursor Forward |
Ctrl+t |
Positions the character of the cursor position and the previous character in the position Exchange |
Ctrl+& |
ctrl+h ctrl+d ctrl+w What to restore or delete |
Ctrl+S |
Pause Screen Output |
Ctrl+Q |
Continue screen output |
Ctrl+Left-Arrow |
Cursor moves to the first word of the previous word |
Ctrl+Right-Arrow |
The cursor moves to the ending of the next word |
Ctrl+p |
Show cache commands up |
Ctrl+n |
Show Cache command down |
Ctrl+d |
Close the terminal |
Ctrl+xx |
Move at EOL and current cursor position |
[email protected] |
Show possible hostname completion |
Ctrl+c |
Terminate process/Command |
Shift+ Up or down |
Terminal scroll up and down |
Shift+PgUp/PgDn |
Scroll down the end of the page |
Ctrl+Shift+n |
New terminal |
alt+F2 |
Input Gnome-terminal Open Terminal |
Shift+Ctrl+T |
Open a new tab page |
Shift+Ctrl+W |
Close tabs |
Shift+Ctrl+C |
Copy |
Shift+Ctrl+V |
Paste |
Alt+数字 |
Switch to the corresponding tab page |
Shift+Ctrl+N |
Open a new terminal window |
Shift+Ctrl+Q |
Tube Wall Terminal window |
Shift+Ctrl+PgUp/PgDn |
Move right to Left tab page |
Ctrl+PgUp/PgDn |
Toggle tab Page |
F1 |
Open Help Guide |
F10 |
Activating the menu bar |
F11 |
Full Screen Toggle |
Alt+F |
Open the File menu |
Alt+E |
Open the Edit menu |
Alt+V |
Open the View menu |
Alt+S |
Open the Search menu |
Alt+T |
Open the Terminal menu (terminal) |
Alt+H |
Open the Help menu |
Other tips include: at the terminal window command prompt, press the TAB key two times, or press the ESC key three times, or press Ctrl+i to display all the commands and the tool name. The application key, which is the key to the left of the right Ctrl key on the keyboard, acts as a right mouse button.
Shortcuts used in Ubuntu terminal