vim: shortcuts for tab navigation

This commit is contained in:
Conrad Irwin 2023-06-26 14:42:47 -06:00
parent 3f4a06f576
commit 73920807a9

View file

@ -221,7 +221,9 @@
"vim::PushOperator",
"Replace"
],
"s": "vim::Substitute"
"s": "vim::Substitute",
"ctrl-pagedown": "pane::ActivateNextItem",
"ctrl-pageup": "pane::ActivatePrevItem"
}
},
{
@ -238,6 +240,8 @@
"bindings": {
"g": "vim::StartOfDocument",
"h": "editor::Hover",
"t": "pane::ActivateNextItem",
"shift-t": "pane::ActivatePrevItem",
"escape": [
"vim::SwitchMode",
"Normal"
@ -330,4 +334,4 @@
"escape": "editor::Cancel"
}
}
]
]