I have these keybinding:
{ "key": "alt+f3", "command": "workbench.action.editor.nextChange", "when": "editorTextFocus" },
{ "key": "shift+alt+f3", "command": "workbench.action.editor.previousChange", "when": "editorTextFocus" },
Currently it doesn't center the viewport like F3, which makes it less nice.
I have these keybinding:
{ "key": "alt+f3", "command": "workbench.action.editor.nextChange", "when": "editorTextFocus" }, { "key": "shift+alt+f3", "command": "workbench.action.editor.previousChange", "when": "editorTextFocus" },Currently it doesn't center the viewport like F3, which makes it less nice.