vim: ctrl+] and ctrl+o to jump to definition and back

Equivalent to f12 and ctrl-- in non-vim mode.
This commit is contained in:
Conrad Irwin
2023-06-21 14:34:35 -06:00
parent d6b1af6244
commit 0c40ed5d85
+2 -1
View File
@@ -94,6 +94,8 @@
}
}
],
"ctrl-o": "pane::GoBack",
"ctrl-]": "editor::GoToDefinition",
"escape": "editor::Cancel",
"0": "vim::StartOfLine", // When no number operator present, use start of line motion
"1": [
@@ -188,7 +190,6 @@
"p": "vim::Paste",
"u": "editor::Undo",
"ctrl-r": "editor::Redo",
"ctrl-o": "pane::GoBack",
"/": [
"buffer_search::Deploy",
{