microsoft/terminal
microsoft/terminal
Activity
Last release
Open issues
Open PRs
License
release notes
release notes
Published 8/26/2020
Contains new featuresnextTab and prevTab bindings will now display an ephemeral UI that can be navigated with the mouse or keyboarduseTabSwitcher (global, boolean, default true) to false.
"tabSearch" action ({"command": "tabSearch", "keys": ...}) to open up a filterable list of open tabs!>, you can enter "commandline" mode and run any wt startup script, like > new-tab ; split-pane (#7293)wt, that lets you run any WT commandline in your current session (#6537)
{ "command": { "action": "wt", "commandline": "split-pane -p Ubuntu; new-tab; split-pane" }, "keys": ... }sendInput, that can emit text directly into the terminal (thanks @lhecker!) (#7249)
{ "command": { "action": "sendInput", "input": "\u001B[A" }, "keys": "a" }togglePaneZoom action! (#6989) (#7273)setColorScheme action (#6993)tabColor (profile setting, hex color, default unset) (#7162)closeOtherTabs and closeTabsAfter, to facilitate better tab management (#7176)copyFormatting option and the copy.copyFormatting action argument have been taught finer-grained control
over the copied formats (#6004)
[ "rtf", "html" ], a string "html", "all", or a boolean to indicate
which formats to copy. true maps to all and false maps to none.bindings keyword in settings has been replaced with actions in preparation for improvements to the action
binding experience (#7332)app or menu key (thanks @MichelleTanPY!) (#7328)SGR 21, doubly-underlined (thanks @j4james!) (#7223)SGR 9, crossed out (thanks @j4james!) (#7143)altGrAliasing: false will no longer actually break AltGr (thanks @lhecker!) (#7400)release notes
Published 8/26/2020
Contains new featuresnextTab and prevTab bindings will now display an ephemeral UI that can be navigated with the mouse or keyboarduseTabSwitcher (global, boolean, default true) to false.
"tabSearch" action ({"command": "tabSearch", "keys": ...}) to open up a filterable list of open tabs!>, you can enter "commandline" mode and run any wt startup script, like > new-tab ; split-pane (#7293)wt, that lets you run any WT commandline in your current session (#6537)
{ "command": { "action": "wt", "commandline": "split-pane -p Ubuntu; new-tab; split-pane" }, "keys": ... }sendInput, that can emit text directly into the terminal (thanks @lhecker!) (#7249)
{ "command": { "action": "sendInput", "input": "\u001B[A" }, "keys": "a" }togglePaneZoom action! (#6989) (#7273)setColorScheme action (#6993)tabColor (profile setting, hex color, default unset) (#7162)closeOtherTabs and closeTabsAfter, to facilitate better tab management (#7176)copyFormatting option and the copy.copyFormatting action argument have been taught finer-grained control
over the copied formats (#6004)
[ "rtf", "html" ], a string "html", "all", or a boolean to indicate
which formats to copy. true maps to all and false maps to none.bindings keyword in settings has been replaced with actions in preparation for improvements to the action
binding experience (#7332)app or menu key (thanks @MichelleTanPY!) (#7328)SGR 21, doubly-underlined (thanks @j4james!) (#7223)SGR 9, crossed out (thanks @j4james!) (#7143)altGrAliasing: false will no longer actually break AltGr (thanks @lhecker!) (#7400)The new Windows Terminal and the original Windows console host, all in the same place!