Remove conflicting keybindings

Specifically the ctrl+i, then also ctrl+b/u to be consistent.
This commit is contained in:
tecosaur 2018-09-30 20:32:38 +08:00 committed by GitHub
parent 02caef0196
commit 1f9e96fd9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -293,15 +293,6 @@
"text": "\n\\item "
}
},
{
"key": "ctrl+b",
"mac": "cmd+b",
"when": "editorHasSelection && !editorReadonly && editorLangId == 'latex'",
"command": "editor.action.insertSnippet",
"args": {
"name": "textbf"
}
},
{
"key": "ctrl+l ctrl+b",
"mac": "cmd+l cmd+b",
@ -311,15 +302,6 @@
"name": "textbf"
}
},
{
"key": "ctrl+i",
"mac": "cmd+i",
"when": "editorHasSelection && !editorReadonly && editorLangId == 'latex'",
"command": "editor.action.insertSnippet",
"args": {
"name": "textit"
}
},
{
"key": "ctrl+l ctrl+i",
"mac": "cmd+l cmd+i",
@ -329,15 +311,6 @@
"name": "textit"
}
},
{
"key": "ctrl+u",
"mac": "cmd+u",
"when": "editorHasSelection && !editorReadonly && editorLangId == 'latex'",
"command": "editor.action.insertSnippet",
"args": {
"name": "underline"
}
},
{
"key": "ctrl+l ctrl+u",
"mac": "cmd+l cmd+u",
@ -347,15 +320,6 @@
"name": "underline"
}
},
{
"key": "ctrl+e",
"mac": "cmd+e",
"when": "editorHasSelection && !editorReadonly && editorLangId == 'latex'",
"command": "editor.action.insertSnippet",
"args": {
"name": "textem"
}
},
{
"key": "ctrl+l ctrl+e",
"mac": "cmd+l cmd+e",