docs: update Linux/vim
This commit is contained in:
parent
22a4762024
commit
7f48a64729
@ -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": ["{"] },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user