Fix comment syntax for shell commands.

If one attempts to copy and paste both of these lines, it'll complain about invalid comments
This commit is contained in:
Corey Farwell 2017-03-18 10:08:53 -04:00 committed by GitHub
parent f136800969
commit 8b31a48275

View File

@ -250,9 +250,9 @@ Pressing Escape in Multi-Cursor Visual Mode will bring you to Multi-Cursor Norma
On OS X, open Terminal and run the following command:
```
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false // For VS Code
defaults write com.microsoft.VSCodeInsiders ApplePressAndHoldEnabled -bool false // For VS Code Insider
```sh
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false # For VS Code
defaults write com.microsoft.VSCodeInsiders ApplePressAndHoldEnabled -bool false # For VS Code Insider
```
#### Help! None of the vim `ctrl` (e.g. `ctrl+f`, `ctrl+v`) commands work