Update Vim keybindings, again
This commit is contained in:
@@ -16,3 +16,9 @@ nmap gd :followlink<CR>
|
|||||||
|
|
||||||
exmap tabnew obcommand workspace:new-tab
|
exmap tabnew obcommand workspace:new-tab
|
||||||
nmap gn :tabnew<CR>
|
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>
|
||||||
127
hotkeys.json
127
hotkeys.json
@@ -178,106 +178,14 @@
|
|||||||
"key": "B"
|
"key": "B"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"workspace:goto-tab-1": [
|
"workspace:goto-tab-1": [],
|
||||||
{
|
"workspace:goto-tab-2": [],
|
||||||
"modifiers": [
|
"workspace:goto-tab-3": [],
|
||||||
"Mod"
|
"workspace:goto-tab-4": [],
|
||||||
],
|
"workspace:goto-tab-5": [],
|
||||||
"key": "1"
|
"workspace:goto-tab-6": [],
|
||||||
}
|
"workspace:goto-tab-7": [],
|
||||||
],
|
"workspace:goto-tab-8": [],
|
||||||
"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"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"app:open-another-vault": [
|
"app:open-another-vault": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
@@ -363,5 +271,22 @@
|
|||||||
"key": "2"
|
"key": "2"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"workspace:new-tab": []
|
"workspace:new-tab": [],
|
||||||
|
"switcher:open": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "P"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"command-palette:open": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "P"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user