vim: shortcuts for tab navigation (#2649)

Release Notes:

- vim: added gt/ctrl-pagedown and gT/ctrl-pageup for tab navigation
This commit is contained in:
Nathan Sobo
2023-06-27 03:57:01 -06:00
committed by GitHub
+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"
}
}
]
]