If you want Ctrl+` to toggle between terminal and the text editor, then do the following:
Open your
keybinding.json
file: Ctrl+Shift+P then selectPreferences: Open Keyboard Shortcuts (JSON)
.Add the following line:
{ "key": "ctrl+`", "command": "workbench.action.terminal.toggleTerminal" },
- Save and close
keybinding.json
file.