mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 10:24:47 +00:00
Remove merge keyboard shortcuts (fixes #28376)
This commit is contained in:
parent
a46b03b702
commit
1de69f4d8d
1 changed files with 0 additions and 32 deletions
|
@ -67,38 +67,6 @@
|
|||
"command": "merge-conflict.compare"
|
||||
}
|
||||
],
|
||||
"keybindings": [
|
||||
{
|
||||
"command": "merge-conflict.next",
|
||||
"when": "editorTextFocus",
|
||||
"key": "alt+m down"
|
||||
},
|
||||
{
|
||||
"command": "merge-conflict.previous",
|
||||
"when": "editorTextFocus",
|
||||
"key": "alt+m up"
|
||||
},
|
||||
{
|
||||
"command": "merge-conflict.accept.selection",
|
||||
"when": "editorTextFocus",
|
||||
"key": "alt+m enter"
|
||||
},
|
||||
{
|
||||
"command": "merge-conflict.accept.current",
|
||||
"when": "editorTextFocus",
|
||||
"key": "alt+m 1"
|
||||
},
|
||||
{
|
||||
"command": "merge-conflict.accept.incoming",
|
||||
"when": "editorTextFocus",
|
||||
"key": "alt+m 2"
|
||||
},
|
||||
{
|
||||
"command": "merge-conflict.accept.both",
|
||||
"when": "editorTextFocus",
|
||||
"key": "alt+m 3"
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
"title": "%config.title%",
|
||||
"properties": {
|
||||
|
|
Loading…
Reference in a new issue