zoukankan      html  css  js  c++  java
  • Windows Terminal Preview v0.7 Release

    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

  • 相关阅读:
    方法的调用机制
    类的成员之二:方法
    类的成员之一:属性
    关键字static
    构造器
    this关键字
    递归方法(recursion)
    方法重载(二)
    GTID 跳过脚本
    mydumper 找不到libmysqlclient.so.20
  • 原文地址:https://www.cnblogs.com/scotth/p/11969795.html
Copyright © 2011-2022 走看看