{"id":5937,"date":"2020-07-22T09:15:36","date_gmt":"2020-07-22T16:15:36","guid":{"rendered":"https:\/\/devblogs.microsoft.com\/commandline\/?p=5937"},"modified":"2020-07-29T20:36:00","modified_gmt":"2020-07-30T03:36:00","slug":"windows-terminal-preview-1-2-release","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/commandline\/windows-terminal-preview-1-2-release\/","title":{"rendered":"Windows Terminal Preview 1.2 Release"},"content":{"rendered":"<p>Welcome to another release of Windows Terminal! This release promotes the <a href=\"https:\/\/devblogs.microsoft.com\/commandline\/windows-terminal-preview-1-1-release\/\" rel=\"noopener noreferrer\" target=\"_blank\">Windows Terminal Preview version 1.1<\/a> into <a href=\"https:\/\/aka.ms\/terminal\" rel=\"noopener noreferrer\" target=\"_blank\">Windows Terminal<\/a>.<\/p>\n<p><a href=\"https:\/\/aka.ms\/terminal-preview\" rel=\"noopener noreferrer\" target=\"_blank\">Windows Terminal Preview<\/a> has new features for version 1.2 which will appear in Windows Terminal in August. You can download Windows Terminal Preview and Windows Terminal from the <a href=\"https:\/\/aka.ms\/terminal-preview\" rel=\"noopener noreferrer\" target=\"_blank\">Microsoft Store<\/a> or from the <a href=\"https:\/\/github.com\/microsoft\/terminal\/releases\" rel=\"noopener noreferrer\" target=\"_blank\">GitHub releases page<\/a>. Let&#8217;s dive into what&#8217;s new!<\/p>\n<h2>Focus mode<\/h2>\n<p>There is a new feature called focus mode that hides the tabs and title bar. This mode will only display the terminal content. To enable focus mode, you can add a key binding for <code>toggleFocusMode<\/code> in your settings.json file.<\/p>\n<p><em>This command is not bound by default.<\/em><\/p>\n<pre><code>{  \"command\": \"toggleFocusMode\", \"keys\": \"shift+f11\" }\n<\/code><\/pre>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/07\/focus-mode.png\">