No more Vim

This commit is contained in:
2026-07-22 18:16:14 -04:00
parent c8b838afb3
commit 4709bdf8b7
7 changed files with 21 additions and 1275 deletions

View File

@@ -10,3 +10,6 @@ nmap gT :tabprev
exmap tabclose obcommand workspace:close exmap tabclose obcommand workspace:close
exmap wq obcommand workspace:close exmap wq obcommand workspace:close
exmap q obcommand workspace:close exmap q obcommand workspace:close
exmap followlink obcommand editor:follow-link
nmap gd :followlink<CR>

View File

@@ -1,5 +1,5 @@
{ {
"vimMode": true, "vimMode": false,
"showUnsupportedFiles": true, "showUnsupportedFiles": true,
"livePreview": true, "livePreview": true,
"showInlineTitle": false, "showInlineTitle": false,

View File

@@ -3,6 +3,5 @@
"obsidian-hider", "obsidian-hider",
"calendar", "calendar",
"multi-vault-links", "multi-vault-links",
"typewriter-mode", "typewriter-mode"
"obsidian-vimrc-support"
] ]

View File

@@ -371,5 +371,20 @@
"key": "O" "key": "O"
} }
], ],
"workspace:close": [] "workspace:close": [
{
"modifiers": [
"Mod"
],
"key": "W"
}
],
"editor:follow-link": [
{
"modifiers": [
"Alt"
],
"key": "Enter"
}
]
} }

View File

@@ -1,14 +0,0 @@
{
"vimrcFileName": ".obsidian/.obsidian.vimrc",
"displayChord": false,
"displayVimMode": false,
"fixedNormalModeLayout": false,
"capturedKeyboardMap": {},
"supportJsCommands": false,
"vimStatusPromptMap": {
"normal": "🟢",
"insert": "🟠",
"visual": "🟡",
"replace": "🔴"
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,10 +0,0 @@
{
"id": "obsidian-vimrc-support",
"name": "Vimrc Support",
"version": "0.10.2",
"description": "Auto-load a startup file with Obsidian Vim commands.",
"minAppVersion": "0.15.3",
"author": "esm",
"authorUrl": "",
"isDesktopOnly": false
}