{"id":93057,"date":"2020-09-02T13:42:56","date_gmt":"2020-09-02T11:42:56","guid":{"rendered":"https:\/\/prohoster.info\/blog\/administrirovanie\/windows-terminal-preview-1-3-palitra-komand-pereklyuchatel-vkladok-i-mnogoe-drugoe"},"modified":"2020-09-02T13:42:56","modified_gmt":"2020-09-02T11:42:56","slug":"windows-terminal-preview-1-3-palitra-komand-pereklyuchatel-vkladok-i-mnogoe-drugoe","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/windows-terminal-preview-1-3-palitra-komand-pereklyuchatel-vkladok-i-mnogoe-drugoe","title":{"rendered":"Windows Terminal Preview 1.3: command palette, tab switcher, and much more","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>We are back with another update <noindex><a rel=\"nofollow\" href=\"https:\/\/aka.ms\/terminal-preview\">Windows Terminal Preview<\/a><\/noindex>, which will appear in <noindex><a rel=\"nofollow\" href=\"https:\/\/aka.ms\/terminal\">Windows Terminal<\/a><\/noindex> September. Both versions of Windows Terminal can be downloaded from the Microsoft Store or the releases page on <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/microsoft\/terminal\/releases\">GitHub<\/a><\/noindex>. <\/p>\n<p>Check below to learn about the latest features!<\/p>\n<p><img decoding=\"async\" alt=\"Windows Terminal Preview 1.3: command palette, tab switcher, and much more\" src=\"\/wp-content\/uploads\/2020\/09\/25367b66fb9a94d87c4688d35b7f0f3d.png\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><\/p>\n<h2>Command Palette<\/h2>\n<p>\nThis new feature allows you to search through all commands available in Windows Terminal, similar to the one found in Visual Studio Code. You can invoke the command palette using <i>Ctrl+Shift+P<\/i>. If you want to change this key binding, you can add the command <i>commandPalette <\/i>to the <i>keybindings <\/i>in settings.json. <\/p>\n<pre><code class=\"xml\">{ \"command\": \"commandPalette\", \"keys\": \"ctrl+shift+p\" }\n<\/code><\/pre>\n<p>\nThe command palette has two modes: action mode and command line mode. In action mode, which you will enter by default, all Windows Terminal commands are listed. You can enter command line mode by typing <i>&gt;<\/i>, and then entering any <i>wt <\/i>command that will be executed in the current window. <\/p>\n<p>You can customize the actions you want to add to the command palette by entering commands in the settings.json file. New key bindings will be automatically applied in the command palette. Complete documentation on adding your own commands can be found on our <noindex><a rel=\"nofollow\" href=\"https:\/\/docs.microsoft.com\/windows\/terminal\/command-palette\">documentation site<\/a><\/noindex>. <\/p>\n<p><img decoding=\"async\" alt=\"Windows Terminal Preview 1.3: command palette, tab switcher, and much more\" src=\"\/wp-content\/uploads\/2020\/09\/ed71c8325d8e25956b1e68b2990e9c1b.png\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<\/p>\n<h2>Advanced Tab Switcher<\/h2>\n<p>\nWe have added an advanced tab switcher to simplify navigation between tabs. This feature is built into the global setting by default <i>useTabSwitcher<\/i>. When this setting is enabled, the commands <i>nextTab <\/i>and <i>prevTab <\/i>start using the tab switcher. <br \/>\nThe default key bindings are <i>Ctrl+Tab<\/i> and <i>Ctrl+Shift+Tab<\/i> respectively. <\/p>\n<pre><code class=\"xml\">\"useTabSwitcher\": true\n<\/code><\/pre>\n<p>\n<img decoding=\"async\" alt=\"Windows Terminal Preview 1.3: command palette, tab switcher, and much more\" src=\"\/wp-content\/uploads\/2020\/09\/db1fb5100ec50cc77999848170f3dc75.png\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<\/p>\n<h2>Tab Color Configuration<\/h2>\n<p>\nNow you can set a tab color for each profile! Just add the parameter <i>tabColor <\/i>to the selected profile in the 'profiles' section (settings.json file) and specify its color value in hexadecimal format. <\/p>\n<p><img decoding=\"async\" alt=\"Windows Terminal Preview 1.3: command palette, tab switcher, and much more\" src=\"\/wp-content\/uploads\/2020\/09\/694407de10531062befceb57af8dacbe.png\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\n<b>Tip:<\/b> Choose the same shade used as the background color for a beautiful seamless window!<\/p>\n<h2>New commands<\/h2>\n<p>\nWe have added several new commands that you can add to your key bindings in the settings.json file. None of the commands listed below are bound by default. <\/p>\n<h4>Commands <i>wt <\/i>and key binding<\/h4>\n<p>\nNow there's the option to execute wt.exe arguments with a key binding. This is done using the command <i>wt<\/i>. The property <i>commandline <\/i>defines the command line arguments you want to invoke in the current window. More information about command line arguments <i>wt <\/i>can be found on our <noindex><a rel=\"nofollow\" href=\"https:\/\/docs.microsoft.com\/windows\/terminal\/command-line-arguments?tabs=windows\">documentation site<\/a><\/noindex>. <\/p>\n<pre><code class=\"xml\">\/\/ \u042d\u0442\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u0442 \u043d\u043e\u0432\u0443\u044e \u0432\u043a\u043b\u0430\u0434\u043a\u0443 \u0441 PowerShell \u043d\u0430 \u043f\u0430\u043d\u0435\u043b\u0438, \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0443\u044e \u043f\u0430\u043d\u0435\u043b\u044c \u0441 \u043f\u0440\u043e\u0444\u0438\u043b\u0435\u043c \u043a\u043e\u043c\u0430\u043d\u0434\u043d\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438 \u0432 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0435 C: \u0438 \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0443\u044e \u043f\u0430\u043d\u0435\u043b\u044c \u0441 \u043f\u0440\u043e\u0444\u0438\u043b\u0435\u043c Ubuntu.\n{ &quot;command&quot;: { &quot;action&quot;: &quot;wt&quot;, &quot;commandline&quot;: &quot;new-tab pwsh.exe ; split-pane -p &quot;Command Prompt&quot; -d C:\\ ; split-pane -p &quot;Ubuntu&quot; -H&quot; }, &quot;keys&quot;: &quot;ctrl+a&quot; }<\/code><\/pre>\n<p><\/p>\n<h4>Sending Input to Shell<\/h4>\n<p>\nIf you want to send input to the shell using a key combination, you can do so by using the command <i>sendInput <\/i>(thanks <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/lhecker\">@lhecker<\/a><\/noindex>!).<\/p>\n<pre><code class=\"xml\">\/\/ \u042d\u0442\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0430\u0435\u0442 \u043d\u0430\u0437\u0430\u0434 \u043f\u043e \u0438\u0441\u0442\u043e\u0440\u0438\u0438 \u043e\u0431\u043e\u043b\u043e\u0447\u043a\u0438.\n{ &quot;command&quot;: { &quot;action&quot;: &quot;sendInput&quot;, &quot;input&quot;: &quot;u001b[A&quot; }, &quot;keys&quot;: &quot;ctrl+b&quot; }<\/code><\/pre>\n<p><\/p>\n<h4>Tab Search<\/h4>\n<p>\nThis new command will be a real lifesaver when you have many tabs open. You can now search through tabs using <i>tabSearch<\/i>. <\/p>\n<pre><code class=\"xml\">{ \"command\": \"tabSearch\", \"keys\": \"ctrl+c\" }\n<\/code><\/pre>\n<p>\n<img decoding=\"async\" alt=\"Windows Terminal Preview 1.3: command palette, tab switcher, and much more\" src=\"\/wp-content\/uploads\/2020\/09\/c54b760dcf5746ad667e357303e8030e.png\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<\/p>\n<h4>Changing the Color Scheme<\/h4>\n<p>\nYou can now set the color scheme of the active window using the command <i>setColorScheme<\/i>.<\/p>\n<pre><code class=\"xml\">{ \"command\": { \"action\": \"setColorScheme\", \"colorScheme\": \"Campbell\" }, \"keys\": \"ctrl+d\" }<\/code><\/pre>\n<p><\/p>\n<h2>In conclusion<\/h2>\n<p>\nYou can find all our documentation at <noindex><a rel=\"nofollow\" href=\"https:\/\/aka.ms\/terminal-docs\">docs.microsoft.com<\/a><\/noindex>. If you have any questions or want to share your feedback, feel free to reach out to Kayla ( <noindex><a rel=\"nofollow\" href=\"https:\/\/twitter.com\/cinnamon_msft\">@cinnamon_msft<\/a><\/noindex>) on Twitter. Also, if you want to suggest improvements for the Terminal or report a bug, please contact us in the Windows Terminal repository at <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/microsoft\/terminal\">GitHub<\/a><\/noindex>. <\/p>\n<p><img decoding=\"async\" alt=\"Windows Terminal Preview 1.3: command palette, tab switcher, and much more\" src=\"\/wp-content\/uploads\/2020\/09\/e3cac15df93efe53b52af960e3b142cb.png\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/microsoft\/blog\/517108\/\">habr.com<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041c\u044b \u0432\u0435\u0440\u043d\u0443\u043b\u0438\u0441\u044c \u0441 \u043e\u0447\u0435\u0440\u0435\u0434\u043d\u044b\u043c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043c Windows Terminal Preview, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u044f\u0432\u0438\u0442\u0441\u044f \u0432 Windows Terminal \u0432 \u0441\u0435\u043d\u0442\u044f\u0431\u0440\u0435. \u041e\u0431\u0435 \u0441\u0431\u043e\u0440\u043a\u0438 Windows Terminal \u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437 Microsoft Store \u0438\u043b\u0438 \u0441\u043e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0432\u044b\u043f\u0443\u0441\u043a\u043e\u0432 \u043d\u0430 GitHub. \u0417\u0430\u0433\u043b\u044f\u0434\u044b\u0432\u0430\u0439\u0442\u0435 \u043f\u043e\u0434 \u043a\u0430\u0442, \u0447\u0442\u043e\u0431\u044b \u0443\u0437\u043d\u0430\u0442\u044c \u043e \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u043d\u043e\u0432\u0438\u043d\u043a\u0430\u0445! \u041f\u0430\u043b\u0438\u0442\u0440\u0430 \u043a\u043e\u043c\u0430\u043d\u0434 \u042d\u0442\u043e \u043d\u043e\u0432\u0430\u044f \u0444\u0443\u043d\u043a\u0446\u0438\u044f, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0442\u044c \u043f\u043e\u0438\u0441\u043a \u043f\u043e \u0432\u0441\u0435\u043c \u043a\u043e\u043c\u0430\u043d\u0434\u0430\u043c, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u043c \u0432 Windows Terminal, \u0430\u043d\u0430\u043b\u043e\u0433\u0438\u0447\u043d\u0430 \u0442\u043e\u0439, [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":93058,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-93057","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041c\u044b \u0432\u0435\u0440\u043d\u0443\u043b\u0438\u0441\u044c \u0441 \u043e\u0447\u0435\u0440\u0435\u0434\u043d\u044b\u043c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043c Windows Terminal Preview, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u044f\u0432\u0438\u0442\u0441\u044f \u0432\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/windows-terminal-preview-1-3-palitra-komand-pereklyuchatel-vkladok-i-mnogoe-drugoe\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47Windows Terminal Preview 1.3: \u043f\u0430\u043b\u0438\u0442\u0440\u0430 \u043a\u043e\u043c\u0430\u043d\u0434, \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u044c \u0432\u043a\u043b\u0430\u0434\u043e\u043a \u0438 \u043c\u043d\u043e\u0433\u043e\u0435 \u0434\u0440\u0443\u0433\u043e\u0435 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041c\u044b \u0432\u0435\u0440\u043d\u0443\u043b\u0438\u0441\u044c \u0441 \u043e\u0447\u0435\u0440\u0435\u0434\u043d\u044b\u043c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043c Windows Terminal Preview, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u044f\u0432\u0438\u0442\u0441\u044f \u0432\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/windows-terminal-preview-1-3-palitra-komand-pereklyuchatel-vkladok-i-mnogoe-drugoe\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-09-02T11:42:56+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-09-02T11:42:56+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Windows Terminal Preview 1.3: Command Palette, Tab Switcher, and More | ProHoster","description":"We're back with another update for Windows Terminal Preview, which will be released in","canonical_url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/windows-terminal-preview-1-3-palitra-komand-pereklyuchatel-vkladok-i-mnogoe-drugoe","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47Windows Terminal Preview 1.3: \u043f\u0430\u043b\u0438\u0442\u0440\u0430 \u043a\u043e\u043c\u0430\u043d\u0434, \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u044c \u0432\u043a\u043b\u0430\u0434\u043e\u043a \u0438 \u043c\u043d\u043e\u0433\u043e\u0435 \u0434\u0440\u0443\u0433\u043e\u0435 | ProHoster","og:description":"\u041c\u044b \u0432\u0435\u0440\u043d\u0443\u043b\u0438\u0441\u044c \u0441 \u043e\u0447\u0435\u0440\u0435\u0434\u043d\u044b\u043c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043c Windows Terminal Preview, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u044f\u0432\u0438\u0442\u0441\u044f \u0432","og:url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/windows-terminal-preview-1-3-palitra-komand-pereklyuchatel-vkladok-i-mnogoe-drugoe","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2020-09-02T11:42:56+00:00","article:modified_time":"2020-09-02T11:42:56+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"93057","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 11:56:23","updated":"2022-10-03 07:52:14","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/93057","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=93057"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/93057\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/93058"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=93057"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=93057"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=93057"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}