Shortcut key function
Tab Automatic completion
Ctrl+a The cursor moves to the start position
Ctrl+e The cursor moves to the end
Ctrl+k Delete everything from here to the end
Ctrl+u Delete everything from here to the beginning
Ctrl+d Delete the current character
Ctrl+h Delete the character before the current character
Ctrl+w Delete words from here to the left
Ctrl+y Paste by Ctrl+u , Ctrl+d , Ctrl+w Deleted words
Ctrl+l amount to clear, Clear screen immediately
Ctrl+r Search history command
Ctrl+b Move the cursor back
Ctrl+f Move the cursor forward
Ctrl+t The cursor position of the character and the previous character position exchange
Ctrl+& recovery ctrl+h perhaps ctrl+d perhaps ctrl+w Deleted content
Ctrl+S Pause screen output
Ctrl+Q Continue screen output
Ctrl+Left-Arrow Move the cursor to the beginning of the previous word
Ctrl+Right-Arrow The cursor moves to the end of the next word
Ctrl+p Show cache command up
Ctrl+n Show cache command down
Ctrl+d Turn off the terminal
Ctrl+xx stay EOL And the current cursor position
[email protected] Show possible hostname completion
Ctrl+c Terminate the process / command
Shift + Up or down The terminal scrolls up and down
Shift+PgUp/PgDn The terminal scrolls up and down
Ctrl+Shift+n New terminal
alt+F2 Input gnome-terminal Open the terminal
Shift+Ctrl+T Open a new tab
Shift+Ctrl+W Close tab
Shift+Ctrl+C Copy
Shift+Ctrl+V Paste
Alt+ Numbers Switch to the corresponding tab
Shift+Ctrl+N Open a new terminal window
Shift+Ctrl+Q Wall end window
Shift+Ctrl+PgUp/PgDn Move left and right tabs
Ctrl+PgUp/PgDn Switch tabs
F1 Open the help guide
F10 Activate the menu bar
F11 Full screen switching
Alt+F open “ file ” menu (file)
Alt+E open “ edit ” menu (edit)
Alt+V open “ see ” menu (view)
Alt+S open “ Search for ” menu (search)
Alt+T open “ terminal ” menu (terminal)
Alt+H open “ help ” menu (help)
Other tips include : At the command prompt in the terminal window , Press twice in a row Tab key 、 Or press three times in a row Esc key 、 Or press Ctrl+I Composite key , All command and tool names will be displayed .Application The key is located on the right side of the keyboard Ctrl The key on the left side of the key , It's equivalent to right-click .
Ubuntu More articles on the use of terminal shortcut keys
- ubuntu Terminal shortcut key
Shortcut key function Tab Automatic completion Ctrl+a The cursor moves to the start position Ctrl+e The cursor moves to the end Ctrl+k Delete everything from here to the end Ctrl+u Delete everything from here to the beginning Ctrl+d Delete the current character Ctrl ...
- 13、ubuntu Terminal shortcut key ( Reference resources dy9776)
1. Shortcut key of terminal Tab Automatic completion Ctrl+a The cursor moves to the start position Ctrl+e The cursor moves to the end Ctrl+l amount to clear, Clear screen immediately Ctrl+Z Put the current task in the background ( It is equivalent to running the command after ...
- ubuntu Terminal shortcut key
ctrl+alt+t New terminal ctrl+shift+t Open a new tab ctrl+d Turn off the terminal ctrl+s Pause screen output ctrl+q Continue screen output ctrl+l Clear the screen ctrl+alt+f1 Switch to ...
- Ubuntu Terminal and VI Shortcut key
Ubuntu terminal Shortcut key function Tab Automatic completion Ctrl+a The cursor moves to the start position Ctrl+e The cursor moves to the end Ctrl+k Delete everything from here to the end Ctrl+u Delete everything from here to the beginning Ct ...
- Ubuntu Shortcut keys commonly used in terminals
Ubuntu Shortcut keys commonly used in terminals Ubuntu Many of the operations in the terminal (Terminal) It's very fast , It's easier to remember some shortcut keys . stay Ubuntu The shortcut key to open the terminal in is Ctrl+Alt+T. Other common fast ...
- Ubuntu Shortcut key 、Ubuntu Terminal common commands
Ubuntu Shortcut key 0.Ctrl + Alt + t Open the terminal , Operate on the terminal command line 1. Ctrl + W: Close the current Nautilus window 2. Ctrl+T: stay Nautilus Open up new Ta ...
- Ubuntu Summary of commonly used shortcut keys in terminals
Ubuntu Shortcut keys commonly used in terminals - from - Blog Garden http://www.cnblogs.com/nucdy/p/5251659.html Ubuntu Many of the operations in the terminal (Terminal) Middle ten ...
- ubuntu Start to open the terminal shortcut key
ubuntu Start to open the terminal shortcut key CTRL+ALT+T
- Linux/Ubuntu Common shortcut key
Problem description : Linux/Ubuntu Common shortcut key Problem solving : +++++++++++++++++++ Global System +++++++++++++++++++++ Alt + F1: amount to w ...
Random recommendation
- python The use of dictionaries in English
python The characteristics of dictionaries in : The elements in the dictionary are hashed , There is no order , Use the keywords needed in the dictionary when adding, deleting, modifying and querying (key) that will do . One : Create a dictionary 1) Define a : dict = {'ob1':'co ...
- Example :Background Agent Sample
Learn from this routine : Background agent Agent How to use Acting on a regular basis (PeriodicTask) Come on , Limit : Somewhat API Out of commission , It's not that you don't call it , As long as you use these in the same assembly API, You won't pass the test ...
- Intellij Idea from Controller The solution to jump to the view page
Solution : First step , Confirm the configuration Spring Support , Here's the picture : In general , After configuration, you can navigate normally , But today we are not talking about the general situation , Otherwise, I won't say , If after the first step of setting , Students who still can't navigate normally , You can go on to the second ...
- ZOJ 3329 【 probability DP】
The question : Here are three even k Face screen . There were k1 k2 k3 Face to face , The probability of each face up is equal . If the first sieve appears a The second sieve appears b The third sieve appears c So zero . Otherwise, add the sum of three points to the current sum . Find the current sum greater than n Need to be ...
- jQuery- The waterfall flow - Absolute positioning layout ( Two )( Delay AJAX Loading pictures )
jQuery- The waterfall flow - Absolute positioning layout ( Two )( Delay AJAX Loading pictures ) The waterfall flow - Absolute positioning layout , The difference from floating layout is 1. Different layout : Absolute positioning : One UL It's full of absolute positioning LI: Floating layout : Multiple ( One ...
- asp.net in Timer The timer is in web No use of refresh in
When I was working on a project recently ,web The data of the end needs to be synchronized with the data source in real time , And ensure the accuracy of the data , at that time , Considering the use of ajax Asynchronous refresh technology . But later, when I searched for relevant information on the Internet , I found that doing so , It's a waste of resources , because ajax The submit request for is not ...
- MySQL About root Password change
( Reprint ) Method 1 : stay mysql Out of system , Use mysqladmin modify mysqladmin -u root -p password "test123"Enter password: [ ...
- Json Parsing annotations [email protected]
The front-end and back-end interaction of the project adopts JSON transmission , Because there's not much communication between the front end and the back end , The data format is often inconsistent : I don't want to make too many changes in the background , Need to use @SerializedName Solve this problem Parsing data uses Gson Analytic json data @ ...
- java Two List Collect all kinds of situations and compare them
Lambda As a basic part of functional programming , In other programming languages ( for example :Scala) It has been widely used in China for a long time , But in JAVA In this field, the development is slow , until java8, Just started to support Lambda. Put aside the mathematical definition , Get to know Lambda ...
- Talk about websocket The solution of clustering
We've used websocket Realize wechat QR code payment service . There is no problem with the above implementation in a stand-alone environment , It's just that the client connects to the server , First, connect the websocketsession There is one. map Inside , When asynchronous ...