From 365671e0f4c73ac5d1ef4df8efe9fbac28b81e5b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 1 Nov 2019 09:10:39 +0000 Subject: [PATCH] Keep `ctrl + l` to select line Woops, deleted too much --- files/vscode-keybindings.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/files/vscode-keybindings.json b/files/vscode-keybindings.json index bd5654f..8f8351d 100644 --- a/files/vscode-keybindings.json +++ b/files/vscode-keybindings.json @@ -164,16 +164,6 @@ "command": "-workbench.view.extension.latex", "when": "config.latex-workshop.bind.altKeymap.enabled" }, - { - "key": "ctrl+l", - "command": "-expandLineSelection", - "when": "editorFocus" - }, - { - "key": "ctrl+l", - "command": "-expandLineSelection", - "when": "textInputFocus" - }, { "key": "ctrl+l ctrl+l", "command": "-expandLineSelection",