【问题标题】:keyboard shortcut for exit the compare editor and go back to original file in vscode退出比较编辑器并返回 vscode 中的原始文件的键盘快捷键
【发布时间】:2022-10-03 05:30:15
【问题描述】:

是否有任何键盘快捷键可以从 vscode 中的比较编辑器返回文件?

就像这个按钮在做什么:

  • Ctrl+tab 可能会做你想做的事。

标签: visual-studio-code keyboard-shortcuts


【解决方案1】:

您可以添加自定义键绑定:

    {
        "key": "f4",
        "command": "git.openFile",
        "when": "isInDiffEditor"
    }

【讨论】:

    猜你喜欢
    • 2018-02-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-12-11
    • 2020-01-06
    • 1970-01-01
    • 2018-02-01
    • 2011-01-03
    相关资源
    最近更新 更多