简体   繁体   English

用于退出比较编辑器和 go 回到 vscode 中原始文件的键盘快捷键

[英]keyboard shortcut for exit the compare editor and go back to original file in vscode

Is there any keyboard shortcut for going back to file from the compare editor in vscode?是否有任何键盘快捷键可以从 vscode 中的比较编辑器返回文件?

Just like what this button is doing:就像这个按钮在做什么:

在此处输入图像描述

You can add a custom keybinding:您可以添加自定义键绑定:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM