Update Vim keybindings, again

This commit is contained in:
2026-07-26 12:15:24 -04:00
parent 132e0fcd58
commit af4f47e1e5
2 changed files with 32 additions and 101 deletions

View File

@@ -16,3 +16,9 @@ nmap gd :followlink<CR>
exmap tabnew obcommand workspace:new-tab
nmap gn :tabnew<CR>
exmap back obcommand app:go-back
nmap <C-6> :back<CR>
exmap forward obcommand app:go-forward
nmap <C-7> :forward<CR>

View File

@@ -178,106 +178,14 @@
"key": "B"
}
],
"workspace:goto-tab-1": [
{
"modifiers": [
"Mod"
],
"key": "1"
}
],
"workspace:goto-tab-2": [
{
"modifiers": [
"Ctrl"
],
"key": "2"
}
],
"workspace:goto-tab-3": [
{
"modifiers": [
"Mod"
],
"key": "3"
},
{
"modifiers": [
"Ctrl"
],
"key": "3"
}
],
"workspace:goto-tab-4": [
{
"modifiers": [
"Mod"
],
"key": "4"
},
{
"modifiers": [
"Ctrl"
],
"key": "4"
}
],
"workspace:goto-tab-5": [
{
"modifiers": [
"Mod"
],
"key": "5"
},
{
"modifiers": [
"Ctrl"
],
"key": "5"
}
],
"workspace:goto-tab-6": [
{
"modifiers": [
"Mod"
],
"key": "6"
},
{
"modifiers": [
"Ctrl"
],
"key": "6"
}
],
"workspace:goto-tab-7": [
{
"modifiers": [
"Mod"
],
"key": "7"
},
{
"modifiers": [
"Ctrl"
],
"key": "7"
}
],
"workspace:goto-tab-8": [
{
"modifiers": [
"Mod"
],
"key": "8"
},
{
"modifiers": [
"Ctrl"
],
"key": "8"
}
],
"workspace:goto-tab-1": [],
"workspace:goto-tab-2": [],
"workspace:goto-tab-3": [],
"workspace:goto-tab-4": [],
"workspace:goto-tab-5": [],
"workspace:goto-tab-6": [],
"workspace:goto-tab-7": [],
"workspace:goto-tab-8": [],
"app:open-another-vault": [
{
"modifiers": [
@@ -363,5 +271,22 @@
"key": "2"
}
],
"workspace:new-tab": []
"workspace:new-tab": [],
"switcher:open": [
{
"modifiers": [
"Mod"
],
"key": "P"
}
],
"command-palette:open": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "P"
}
]
}