簡體   English   中英

用於退出比較編輯器和 go 回到 vscode 中原始文件的鍵盤快捷鍵

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

是否有任何鍵盤快捷鍵可以從 vscode 中的比較編輯器返回文件?

就像這個按鈕在做什么:

在此處輸入圖像描述

您可以添加自定義鍵綁定:

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM