VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.52k stars 1.3k forks source link

Remove leading "$" characters in README so terminal commands can be copied and used directly #9095

Closed markjaquith closed 1 week ago

markjaquith commented 1 week ago

What this PR does / why we need it:

GItHub helpfully adds a "copy" button to code snippets. But the prefixing of the commands with $ means you cannot copy/paste the commands without editing them.

This just removes the $ prefixes from the terminal commands in the README.

J-Fields commented 1 week ago

Thanks!