VSCODEVIM中的VIM自动化



使用vscodevim,如何使用 =像vim一样使用自动化?因此:

.wrapper-box {
        // line is out of tab. 
        .box {
          border: 1px solid red;
        }
}

在VIM中,我可以选择.wrapper-box,然后击中=,并击中行自动签名/自动设备。如何在vscodevim中使用此键界?

`"vim.otherModesKeyBindingsNonRecursive": [
        {
            "before": [
                "="
            ],
            "after": [],
            "commands": [
                {
                    "command": "editor.action.reindentlines",
                    "args": []
                }
            ]
        }
    ]
`

对不起,已经回答。

相关内容

  • 没有找到相关文章

最新更新