How to open multiple terminals in the same window and implement shortcut key switching

I believe that everyone will encounter it when coding. Every time you need to code in header files, library files and source files, you always need to switch between several files, and one file is only one terminal window. It is very troublesome to click and click with the mouse every time, so if you can put these files in the same window and switch them with shortcut keys, it will be very convenient to compile the code!

  The method is simple:

   1. Open a terminal in the normal way

   2. Use the key combination ctrl+shift+t to open another terminal in the same window. Of course, press ctrl+shift+t again, and another one will be generated. You can decide how much you need.

   3. Press the key combination Alt+1 to switch to the first terminal, press Alt+2 to switch to the second terminal, and Alt+n to switch to the nth terminal.

 

With this method, you can easily switch between files! !

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325517851&siteId=291194637