Ao usar este site, você concorda com o política de Privacidade.
Aceitar
Entrar em TIEntrar em TIEntrar em TI
  • LAR
  • PROFISSIONAL DE TI
  • TECNOLOGIA
  • Microsoft
    • Azul
    • ConfigMgr/SCCM
    • PMD
    • Orquestrador
    • Hiper-V
    • Microsoft Edge Insider
    • MSI
    • Escritório 365
    • Office Insider
    • Power BI
    • Skype
    • Servidor SQL
    • Equipes
  • WINDOWS
    • Centro de Administração do Windows
    • Cliente Windows
    • Servidor Windows
  • Lista de coleta de consultas SCCM
Leitura: Windows Terminal Preview 1.3
Redimensionador de fontesAh
Entrar em TIEntrar em TI
Redimensionador de fontesAh
  • LAR
  • PROFISSIONAL DE TI
  • TECNOLOGIA
  • Microsoft
  • WINDOWS
  • Lista de coleta de consultas SCCM
Procurar
  • LAR
  • PROFISSIONAL DE TI
  • TECNOLOGIA
  • Microsoft
    • Azul
    • ConfigMgr/SCCM
    • PMD
    • Orquestrador
    • Hiper-V
    • Microsoft Edge Insider
    • MSI
    • Escritório 365
    • Office Insider
    • Power BI
    • Skype
    • Servidor SQL
    • Equipes
  • WINDOWS
    • Centro de Administração do Windows
    • Cliente Windows
    • Servidor Windows
  • Lista de coleta de consultas SCCM
Tecnologia

Windows Terminal Preview 1.3

Publicado em fevereiro 18, 2024
4 Leitura mínima
COMPARTILHAR

Windows Terminal Preview 1.3.

Conteúdo
Command paletteAdvanced tab switcherTab color settingNew commandswt commands as a key bindingSend input to the shellTab searchChange color schemeBug fixes

Command palette

The command palette is finally here! This new feature allows you to search through all of the commands available to you in Windows Terminal, similar to the one found in Visual Studio Code. You can invoke the command palette by typing Ctrl+Shift+P. If you’d like to change this key binding, you can add the commandPalette command to the keybindings array in your settings.json.

{ "command": "commandPalette", "keys": "ctrl+shift+p" }

The command palette has two modes: action mode and command line mode. Action mode is the mode you will enter by default and will list all of your Windows Terminal commands. Command line mode can be entered by typing > and you can then enter any wt comando, which will be invoked on the current window.

You can also customize actions you’d like to add to the command palette by adding commands to your settings.json file. Your key bindings should automatically populate the command palette. Full documentation on how to add your own commands can be found on our docs site.

Image command palette blog, image

Advanced tab switcher

We have added an advanced tab switcher to help you navigate more easily between your tabs. This is enabled by default with the useTabSwitcher global setting. When enabled, o nextTab e prevTab commands will use the tab switcher. Por padrão, these keyboard shortcuts are Ctrl+Tab e Ctrl+Shift+Tab, respectively.

"useTabSwitcher": true

Image tab switcher, image

Tab color setting

You can now specify a tab color for each profile! This can be done by adding the tabColor setting to a profile and setting it to a color in hex format.

DICA: Set your tab color to the same color as your background for a seamless experience!

New commands

We have added some new commands that you can add to your key bindings in your settings.json file. None of the following commands are bound by default.

wt commands as a key binding

We have added the ability to execute wt.exe command line arguments with key bindings. This can be done with the wt comando. O commandline property defines the command line arguments you would like to invoke on the current window.

// This command opens a new tab with PowerShell in a pane, a vertical pane running  the Command Prompt profile in the C:\ directory, and a horizontal pane running the Ubuntu profile.
{ "command": { "action": "wt", "commandline": "new-tab pwsh.exe ; split-pane -p \"Command Prompt\" -d C:\\ ; split-pane -p \"Ubuntu\" -H" }, "keys": "ctrl+a" }

Send input to the shell

If you want to send input to the shell by using a keyboard shortcut, you can do so with the sendInput comando.

// This command navigates backwards through the shell history.
{ "command": { "action": "sendInput", "input": "\u001b[A" }, "keys": "ctrl+b" }

Tab search

If you are someone who has a lot of tabs open (like myself), this new command is a life saver. You can now search through your tabs in a new search box using the tabSearch comando.

{ "command": "tabSearch", "keys": "ctrl+c" }

Image tab search, image

Change color scheme

You can set the color scheme of the active window by using the setColorScheme comando.

{ "command": { "action": "setColorScheme", "name": "Campbell" }, "keys": "ctrl+d" }

Bug fixes

  • You can now specify which types of formats you would like to copy.
  • Profiles whose indices are greater than 9 will now properly display their shortcuts in the dropdown.
  • altGrAliasing: false will no longer break AltGr
MARCADO:Prompt de comando (DMC)LinuxPowerShellPrévia técnicaUbuntuWindowsWindows 10Windows TerminalWsl
Artigo Anterior Edge Stable 84
Próximo artigo Microsoft Teams roundup July 2020
Deixe um comentário Deixe um comentário

Deixe uma resposta Cancelar resposta

Seu endereço de e-mail não será publicado. Os campos obrigatórios estão marcados *

Este site usa Akismet para reduzir spam. Saiba como os dados dos seus comentários são processados.

Tradução

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
 Editar tradução
por Transposh - translation plugin for wordpress

Postagens populares

Requisitos do sistema para Windows Server 2016
Servidor Windows
Lista de coleta de consultas do Configuration Manager
Lista de coleta de consultas do Configuration Manager
ConfigMgr
Navegação estruturada/gerenciada habilitada em páginas modernas em sites de equipe clássicos
Tecnologia
SCCM Falha ao obter locais de DP como a versão esperada do MP
ConfigMgr

Postagens recentes

Instalando e configurando Fail2ban para proteção SSH no Ubuntu 24.04
Linux
Habilitando e configurando FirewallD no AlmaLinux
Linux
Criação de usuário e configuração de chave SSH no AlmaLinux
Linux
Como redefinir a senha no AlmaLinux
Linux

© 2023 Entrar em TI

Vá para a versão móvel
banner
Bem vindo de volta!

Faça login na sua conta

Nome de usuário ou endereço de e-mail
Senha

Perdeu sua senha?