码迷,mamicode.com
首页 > Windows程序 > 详细

Windows Terminal Preview v0.7 Release

时间:2019-12-02 13:47:43      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:horizon   man   preview   within   rev   evb   key   vertica   ref   

Windows Terminal Preview v0.7 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" ] },

可能将来要当宇宙第一 Terminal

Windows Terminal Preview v0.7 Release

标签:horizon   man   preview   within   rev   evb   key   vertica   ref   

原文地址:https://www.cnblogs.com/scotth/p/11969795.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!