1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-17 16:07:49 +02:00

sublime-text: mention subl (closes #37)

This commit is contained in:
Rico Sta. Cruz 2016-08-12 16:34:19 +08:00
parent 8612d447b7
commit cf9d5f8737
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A

View File

@ -35,3 +35,11 @@ _Replace ⌘ with Ctrl on Windows and Linux._
{:.shortcuts}
_Replace ⌘ with Ctrl on Windows and Linux._
### Command line
Use `subl` to open files in Sublime from the terminal.
```sh
$ subl .
$ subl README.md
```