docs: update Linux/vim
This commit is contained in:
parent
22a4762024
commit
7f48a64729
@ -2,7 +2,7 @@
|
|||||||
title: Vim
|
title: Vim
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2025-10-11T17:11:48.579Z
|
date: 2025-10-11T17:22:38.476Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2025-10-11T16:38:44.398Z
|
dateCreated: 2025-10-11T16:38:44.398Z
|
||||||
@ -108,6 +108,13 @@ dateCreated: 2025-10-11T16:38:44.398Z
|
|||||||
"vim.cursorStylePerMode.insert": "line",
|
"vim.cursorStylePerMode.insert": "line",
|
||||||
"vim.insertModeKeyBindings": [],
|
"vim.insertModeKeyBindings": [],
|
||||||
"vim.leader": " ",
|
"vim.leader": " ",
|
||||||
|
"vim.useCtrlKeys": true,
|
||||||
|
"vim.handleKeys": {
|
||||||
|
"<C-p>": false,
|
||||||
|
"<C-n>": false,
|
||||||
|
"<C-t>": false,
|
||||||
|
"<C-Tab>": false
|
||||||
|
},
|
||||||
"vim.normalModeKeyBindingsNonRecursive": [
|
"vim.normalModeKeyBindingsNonRecursive": [
|
||||||
// Easier access to { and }
|
// Easier access to { and }
|
||||||
{ "before": ["å"], "after": ["{"] },
|
{ "before": ["å"], "after": ["{"] },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user