Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想有一个快捷方式:
Tools -> Git -> This file -> DiffTool
如果有任何区别,我已将它安装在装有 Ubuntu 12.04 的机器上。
谢谢!
该命令应该是GitDiffTool,所以你应该添加一个快捷方式到你的Key Bindings - User:
GitDiffTool
Key Bindings - User
{ "keys": ["YOUR_SHORTCUT"], "command": "git_diff_tool" }