vim: shortcuts for tab navigation

This commit is contained in:
Conrad Irwin
2023-06-26 15:07:19 -06:00
parent 3f4a06f576
commit 73920807a9
+6 -2
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"
}
}
]
]