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
1 changed files with 8 additions and 0 deletions

View File

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