From 7f48a647295b7e92161b6e4d17530e704e4e347b Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 11 Oct 2025 19:22:39 +0200 Subject: [PATCH] docs: update Linux/vim --- Linux/vim.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Linux/vim.md b/Linux/vim.md index beb45e0..c2810ae 100644 --- a/Linux/vim.md +++ b/Linux/vim.md @@ -2,7 +2,7 @@ title: Vim description: published: true -date: 2025-10-11T17:11:48.579Z +date: 2025-10-11T17:22:38.476Z tags: editor: markdown dateCreated: 2025-10-11T16:38:44.398Z @@ -108,6 +108,13 @@ dateCreated: 2025-10-11T16:38:44.398Z "vim.cursorStylePerMode.insert": "line", "vim.insertModeKeyBindings": [], "vim.leader": " ", + "vim.useCtrlKeys": true, + "vim.handleKeys": { + "": false, + "": false, + "": false, + "": false + }, "vim.normalModeKeyBindingsNonRecursive": [ // Easier access to { and } { "before": ["å"], "after": ["{"] },