docs: update Linux/vim

This commit is contained in:
Lukas Forsberg 2025-10-11 19:22:39 +02:00 committed by Lukas Forsberg
parent 22a4762024
commit 7f48a64729

View File

@ -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": {
"<C-p>": false,
"<C-n>": false,
"<C-t>": false,
"<C-Tab>": false
},
"vim.normalModeKeyBindingsNonRecursive": [
// Easier access to { and }
{ "before": ["å"], "after": ["{"] },