이 사이트를 이용함으로써, 당신은 다음에 동의합니다 개인 정보 보호 정책.
수용하다
엔터인IT엔터인IT엔터인IT
  • 집
  • IT 프로
  • 기술
  • 마이크로 소프트
    • 하늘빛
    • 구성 관리자/SCCM
    • DPM
    • 오케스트레이터
    • Hyper-V
    • 마이크로소프트 엣지 인사이더
    • MSI
    • 사무실 365
    • 사무실 내부자
    • 파워 BI
    • 스카이프
    • SQL 서버
    • 팀
  • 창
    • Windows 관리 센터
    • 윈도우 클라이언트
    • 윈도우 서버
  • SCCM 쿼리 컬렉션 목록
독서: Windows Terminal Preview v0.7
글꼴 크기 조정기아아
엔터인IT엔터인IT
글꼴 크기 조정기아아
  • 집
  • IT 프로
  • 기술
  • 마이크로 소프트
  • 창
  • SCCM 쿼리 컬렉션 목록
찾다
  • 집
  • IT 프로
  • 기술
  • 마이크로 소프트
    • 하늘빛
    • 구성 관리자/SCCM
    • DPM
    • 오케스트레이터
    • Hyper-V
    • 마이크로소프트 엣지 인사이더
    • MSI
    • 사무실 365
    • 사무실 내부자
    • 파워 BI
    • 스카이프
    • SQL 서버
    • 팀
  • 창
    • Windows 관리 센터
    • 윈도우 클라이언트
    • 윈도우 서버
  • SCCM 쿼리 컬렉션 목록
그것은 프로

Windows Terminal Preview v0.7

게시: 2월 18, 2024
5 최소 읽기
공유하다

Windows Terminal Preview v0.7.

내용물
PanesTab ReorderingSuppress Application TitleUI ImprovementsBug FixesCascadia Code Updates

Panes

You are now able to split your Terminal window into multiple panes! This allows you to have multiple command prompts open at the same time within the same tab.

메모: At the moment, you’re only able to open your default profile within a new pane. Opening a profile of your choice is an option we’re planning to include in a future release!

The following key bindings are included by default within this release to invoke panes actions:

{ "command": "splitHorizontal", "keys": [ "alt+shift+-" ] },
 { "command": "splitVertical", "keys": [ "alt+shift+plus" ] },
 { "command": { "action": "moveFocus", "direction":"down" }, "keys": [ "alt+down" ] },
 { "command": { "action": "moveFocus", "direction":"left" }, "keys": [ "alt+left" ] },
 { "command": { "action": "moveFocus", "direction":"right" }, "keys": [ "alt+right" ] },
 { "command": { "action": "moveFocus", "direction":"up" }, "keys": [ "alt+up" ] },
 { "command": { "action": "resizePane", "direction":"down" }, "keys": [ "alt+shift+down" ] },
 { "command": { "action": "resizePane", "direction":"left" }, "keys": [ "alt+shift+left" ] },
 { "command": { "action": "resizePane", "direction":"right" }, "keys": [ "alt+shift+right" ] },
 { "command": { "action": "resizePane", "direction":"up" }, "keys": [ "alt+shift+up" ] },

Tab Reordering

You can now reorder your tabs! A huge thank you goes out to James Clarke (@Clarkezone) for completing this pull request while at Microsoft Ignite!

메모: You are currently not able to reorder tabs when running the Terminal as administrator (it will crash if you try). Additionally, the UI of the tab will occasionally disappear when reordering.

Suppress Application Title

You can now suppress all title change events that are sent from the application running within your Terminal. This means, you can have either the "name" or "tabTitle" of your profile appear in your tab without it updating! This implementation mimics the original "tabTitle" functionality released in v0.3. By setting "suppressApplicationTitle" to true, if you have "tabTitle" set, "tabTitle" will appear in your tab. Otherwise, the profile’s "name" will appear in your tab.

"tabTitle": "Ubuntu",
 "suppressApplicationTitle": true

UI Improvements

There is no longer a thick border around the Terminal! The border is much thinner and will display your accent color when you have it set to do so in the Color page of your Windows settings.

Note: If you don’t have this setting enabled, the border will be white.

Bug Fixes

Here are some of the major bug fixes included in this release:

  • Line endings when pasting behave properly!
  • Alt+Arrow-Keys no longer print extra characters!
  • When you’re scrolled up, pasting now scrolls down to the prompt when using "snapOnInput"!
  • Quickly opening and closing tabs will crash less!

Cascadia Code Updates

Cascadia Code has received a major update! Here’s what’s new:

  • Greek, Cyrillic, and Vietnamese are now supported!
  • We have a powerline (Cascadia Code PL) 버전!
  • There is also a version that ships without coding ligatures (Cascadia Mono)!

메모: The Windows Terminal ships with the base version, which only includes coding ligatures.

태그됨:명령 프롬프트 (명령)리눅스파워셸기술 미리보기Ubuntu창창 10Windows Terminal
이전 기사 Hyper-V The version does not support this version of the file format
다음 기사 Edge Dev 80
코멘트를 남겨주세요 코멘트를 남겨주세요

답장을 남겨주세요 답장 취소

귀하의 이메일 주소는 공개되지 않습니다. 필수 입력란이 표시되어 있습니다 *

이 사이트는 스팸을 줄이기 위해 Akismet을 사용합니다.. 댓글 데이터가 처리되는 방법 알아보기.

번역

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

인기 게시물

Windows Server의 시스템 요구 사항 2016
윈도우 서버
구성 관리자 쿼리 컬렉션 목록
구성 관리자 쿼리 컬렉션 목록
configmgr
클래식 팀 사이트의 최신 페이지에서 구조적/관리형 탐색 활성화
기술
SCCM이 DP 위치를 MP에서 예상 버전으로 가져오지 못했습니다.
configmgr

최근 게시물

Ubuntu에서 SSH 보호를 위한 Fail2ban 설치 및 구성 24.04
리눅스
AlmaLinux에서 FirewallD 활성화 및 구성
리눅스
AlmaLinux에서 사용자 생성 및 SSH 키 설정
리눅스
AlmaLinux에서 비밀번호를 재설정하는 방법
리눅스

© 2023 엔터인IT

모바일 버전으로 이동하십시오
돌아온 것을 환영합니다!

귀하의 계정에 로그인하세요

사용자 이름 또는 이메일 주소
비밀번호

비밀번호를 잃어버렸습니다?