<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nguyễn Tấn Đạt</title>
    <description>The latest articles on DEV Community by Nguyễn Tấn Đạt (@datnt97).</description>
    <link>https://dev.to/datnt97</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F679706%2F97f56abc-1310-430f-81ee-87cfb7ad88c4.jpg</url>
      <title>DEV Community: Nguyễn Tấn Đạt</title>
      <link>https://dev.to/datnt97</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/datnt97"/>
    <language>en</language>
    <item>
      <title>Mastering VS Code: Boost Your Productivity with Integrated Terminal Shortcuts on Window</title>
      <dc:creator>Nguyễn Tấn Đạt</dc:creator>
      <pubDate>Thu, 13 Jul 2023 22:20:22 +0000</pubDate>
      <link>https://dev.to/datnt97/mastering-vs-code-boost-your-productivity-with-integrated-terminal-shortcuts-on-window-2ecj</link>
      <guid>https://dev.to/datnt97/mastering-vs-code-boost-your-productivity-with-integrated-terminal-shortcuts-on-window-2ecj</guid>
      <description>&lt;h2&gt;
  
  
  Setup VS Code Terminal
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Change default terminal:

&lt;ul&gt;
&lt;li&gt;Step 1: Show the Command Palette by pressing &lt;code&gt;Ctrl + Shift + P&lt;/code&gt; or &lt;code&gt;F1&lt;/code&gt;.
&lt;/li&gt;
&lt;li&gt;Step 2: Type &lt;code&gt;Terminal: Select Default Profile&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Step 3: Select your default terminal profile.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  Summary of shortcuts for the Integrated Terminal
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Integrated Terminal&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Hot Keys&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Ctrl + ` or Ctrl + J&lt;/td&gt;
&lt;td&gt;Show integrated terminal&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ctrl + Shift + `&lt;/td&gt;
&lt;td&gt;Create new terminal&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ctrl + PgUp/PgDown&lt;/td&gt;
&lt;td&gt;Move to top/bottom terminal (Mutiple terminals)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ctrl + ↑/↓&lt;/td&gt;
&lt;td&gt;Scroll up/down to command&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ctrl + Home/End&lt;/td&gt;
&lt;td&gt;Go to the start/end of the terminal&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Shift + PgUp/PgDown&lt;/td&gt;
&lt;td&gt;Scroll page up/down&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;$ cls&lt;/td&gt;
&lt;td&gt;Clears the terminal&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Story
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;How do you open the terminal while coding?&lt;/p&gt;

&lt;p&gt;You can use &lt;code&gt;Ctrl + J&lt;/code&gt; to go the terminal workspace. &lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;And after that, how do you switch back to the editor to continue coding?&lt;/p&gt;

&lt;p&gt;Let’s press &lt;code&gt;Ctrl + J&lt;/code&gt; again. Here we go, you can continue coding.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Working with multiple terminals&lt;/p&gt;

&lt;p&gt;If you have multi-terminals, how do you navigate between them? Use your mouse 😃 Yah! Of course, but if you don’t have a mouse or you don’t like to use touchpad like me. Use &lt;code&gt;Ctrl + PgUp/PgDown&lt;/code&gt; ! This shortcut can be a great help.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  References
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://code.visualstudio.com/assets/docs/getstarted/tips-and-tricks/KeyboardReferenceSheet.png" rel="noopener noreferrer"&gt;Keyboard shortcuts for Window&lt;/a&gt;&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>productivity</category>
      <category>terminal</category>
    </item>
  </channel>
</rss>
