diff --git a/assets/keymaps/default-linux.json b/assets/keymaps/default-linux.json index 62a15ee19d26603a78cae671138540851ea28e56..9734d5ec9a8530205b3c0a3f350b3e1f5b0ff136 100644 --- a/assets/keymaps/default-linux.json +++ b/assets/keymaps/default-linux.json @@ -74,7 +74,7 @@ // "cmd-left": "editor::MoveToBeginningOfLine", // "ctrl-a": "editor::MoveToBeginningOfLine", // "cmd-right": "editor::MoveToEndOfLine", - // "ctrl-e": "editor::MoveToEndOfLine", + // "ctrl-e": "editor::MoveToEndOfLine", "ctrl-home": "editor::MoveToBeginning", "ctrl-end": "editor::MoveToEnd", "shift-up": "editor::SelectUp", @@ -345,6 +345,7 @@ "f12": "editor::GoToDefinition", "alt-f12": "editor::GoToDefinitionSplit", "ctrl-f12": "editor::GoToTypeDefinition", + "shift-f12": "editor::GoToImplementation", "alt-ctrl-f12": "editor::GoToTypeDefinitionSplit", "alt-shift-f12": "editor::FindAllReferences", "ctrl-m": "editor::MoveToEnclosingBracket", diff --git a/assets/keymaps/default-macos.json b/assets/keymaps/default-macos.json index 6f2554b890458af985e23bcb099212b6e0f9410d..d1b12be7571bf93f23a11b3adf216c8695337373 100644 --- a/assets/keymaps/default-macos.json +++ b/assets/keymaps/default-macos.json @@ -366,6 +366,7 @@ "f12": "editor::GoToDefinition", "alt-f12": "editor::GoToDefinitionSplit", "cmd-f12": "editor::GoToTypeDefinition", + "shift-f12": "editor::GoToImplementation", "alt-cmd-f12": "editor::GoToTypeDefinitionSplit", "alt-shift-f12": "editor::FindAllReferences", "ctrl-m": "editor::MoveToEnclosingBracket",