1
0
mirror of synced 2025-12-20 10:28:40 -05:00

Update keyboard shortcut to meet new style guidelines

This commit is contained in:
Anil Seervi
2022-01-10 20:46:18 +05:30
committed by GitHub
parent 0f9769d1c5
commit 7899b9910e

View File

@@ -157,7 +157,7 @@ For more information about the `gh codespace cp` command, including additional f
### Modify ports in a codespace
You can forward a port on a codespace to a local port. The port remains forwarded as long as the process is running. To stop forwarding the port, press <kbd>control</kbd>+<kbd>c</kbd>.
You can forward a port on a codespace to a local port. The port remains forwarded as long as the process is running. To stop forwarding the port, press <kbd>Control</kbd>+<kbd>C</kbd>.
```shell
gh codespace ports forward <em>codespace-port-number</em>:<em>local-port-number</em> -c <em>codespace-name</em>