Skip to content

Commit c7f34ba

Browse files
Escape backtick to fix layout
1 parent 3fb6b02 commit c7f34ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/day2/IDEs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ Main panes and useful panels
958958
:class: dropdown
959959

960960
* Use the Command Palette (``Ctrl+Shift+P`` / ``F1``) to find commands quickly (interpreter selection, remote commands, setting server install path).
961-
* Open the integrated terminal (``Ctrl+` ``) to run modules, activate conda/venv, or submit batch jobs.
961+
* Open the integrated terminal (``Ctrl+\` ``) to run modules, activate conda/venv, or submit batch jobs.
962962
* Use the Python: Select Interpreter command to point VS Code at the exact Python executable on the remote host (useful after module load or activate).
963963
* For notebooks, choose "Existing Jupyter Server" to connect VS Code to a Jupyter server running on a compute node.
964964
* Split the editor (``Ctrl+\``) to compare files or keep docs and code side-by-side.
@@ -973,7 +973,7 @@ Main panes and useful panels
973973

974974
* ``Ctrl+P`` : Quick file open
975975
* ``Ctrl+Shift+P`` : Command Palette
976-
* ``Ctrl+` `` : Toggle integrated terminal
976+
* ``Ctrl+\` `` : Toggle integrated terminal
977977
* ``Ctrl+Shift+D`` : Open Run and Debug
978978
* ``F5`` : Start debugging
979979
* ``Ctrl+K Z`` : Zen Mode (distraction-free)

0 commit comments

Comments
 (0)