From cd3304d02d479aa449b37ddf660b6a9981ee659d Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Mon, 17 Nov 2025 06:44:49 +0100 Subject: [PATCH] Daily auto-commit 2025-11-17T05:44:49UTC @ nord --- keymap.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keymap.json b/keymap.json index 94ab474..46e4c69 100644 --- a/keymap.json +++ b/keymap.json @@ -69,6 +69,9 @@ "ctrl-shift-d": "editor::DeleteLine", "ctrl-j": "editor::JoinLines", "ctrl-shift-j": null, // "editor::JoinLines" + + // "ctrl-;": null, // collides with ctrl-oslash... + "ctrl-;": "editor::Fold", // collides with ctrl-oslash... "ctrl-oslash": "editor::Fold", // ctrl-ΓΈ "ctrl-l": "editor::UnfoldLines",